Skip to content

Commit 8b79783

Browse files
authored
Update cross-platform-build-verification.yml
Signed-off-by: 1minds3t <1minds3t@proton.me>
1 parent b3a73ee commit 8b79783

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/cross-platform-build-verification.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ jobs:
3737
- name: Checkout
3838
uses: actions/checkout@v4
3939

40+
# Only run setup-python on GitHub-hosted runners (Ubuntu/Windows)
41+
# We skip this on self-hosted to use the system/Homebrew python
4042
- name: Set up Python 3.11
43+
if: ${{ !contains(matrix.runner, 'self-hosted') }}
4144
uses: actions/setup-python@v5
4245
with:
4346
python-version: '3.11'

0 commit comments

Comments
 (0)