Skip to content

Commit 56db497

Browse files
committed
Use macOS 11 as a build host for support packages.
macOS 11 was the first release to support Apple Silicon; there are internal checks that look for macOS 11 as a proxy for Apple Silicon support. So - even though you can build Apple Silicon builds on macOS 10.15, it's safer to build on macOS 11 to make sure those checks are enabled. See https://bugs.python.org/issue42619 for details.
1 parent 69d4301 commit 56db497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
upload_url: ${{ steps.create_release.outputs.upload_url }}
4545

4646
build:
47-
runs-on: macOS-latest
47+
runs-on: macOS-11.0
4848
needs: make-release
4949
strategy:
5050
max-parallel: 4

0 commit comments

Comments
 (0)