try macos 11 arm64 build
This commit is contained in:
parent
ad986e9fdd
commit
0e4b3adc8e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -114,7 +114,7 @@ jobs:
|
|||
runs-on: macos-11
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [ '3.9.13' ]
|
||||
python-version: [ '3.10.5' ]
|
||||
# Requires universal2 build of python, which we get if we ask for 3.10.5 x86! Pypy not available in universal2
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Reference in a new issue