Skip to content

Commit

Permalink
setup-python only supports 3.10+ on darwin-aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Oct 11, 2023
1 parent 2d0b995 commit d42087f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Setup system python
uses: actions/setup-python@v3
with:
python-version: 3.8
python-version: '3.10'
- run: echo "SDKROOT=$(xcrun --show-sdk-path)" >> $GITHUB_ENV
if: startsWith(matrix.os, 'macos')

Expand Down

0 comments on commit d42087f

Please sign in to comment.