Skip to content

Commit

Permalink
Release build needs to use macos-11 or greater.
Browse files Browse the repository at this point in the history
  • Loading branch information
TkTech committed Feb 5, 2024
1 parent 01ad9ea commit f68fc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-20.04, windows-2019, macos-10.15]
os: [ubuntu-20.04, windows-2019, macos-11]
# cp - CPython
# pp - PyPy
py: ["cp39", "cp310", "cp311", "cp312", "pp37", "pp38", "pp39"]
Expand Down

0 comments on commit f68fc03

Please sign in to comment.