Skip to content

Commit fceb9bb

Browse files
try macos 11 arm64 build
1 parent 192e322 commit fceb9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
python-version: [ '3.10.5' ]
118118
# Requires universal2 build of python, which we get if we ask for 3.10.5 x86! Pypy not available in universal2
119119
env:
120-
MACOSX_DEPLOYMENT_TARGET: 11.0
120+
MACOSX_DEPLOYMENT_TARGET: 11.6
121121
steps:
122122
- uses: actions/checkout@v2
123123
with:

0 commit comments

Comments
 (0)