try macos 11 arm64 build

This commit is contained in:
richard 2022-06-28 15:05:37 +01:00
parent ad986e9fdd
commit 0e4b3adc8e

View file

@ -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