try macos 11 arm64 build

This commit is contained in:
richard 2022-06-28 15:12:47 +01:00
parent 0e4b3adc8e
commit 192e322738

View file

@ -116,6 +116,8 @@ jobs:
matrix:
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
env:
MACOSX_DEPLOYMENT_TARGET: 11.0
steps:
- uses: actions/checkout@v2
with: