Skip to content

Commit

Permalink
Use macOS 11 as a build host for support packages.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
freakboy3742 committed Apr 5, 2021
1 parent 69d4301 commit 56db497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}

build:
runs-on: macOS-latest
runs-on: macOS-11.0
needs: make-release
strategy:
max-parallel: 4
Expand Down

0 comments on commit 56db497

Please sign in to comment.