Skip to content

Commit f68fc03

Browse files
committed
Release build needs to use macos-11 or greater.
1 parent 01ad9ea commit f68fc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: true
5353
matrix:
54-
os: [ubuntu-20.04, windows-2019, macos-10.15]
54+
os: [ubuntu-20.04, windows-2019, macos-11]
5555
# cp - CPython
5656
# pp - PyPy
5757
py: ["cp39", "cp310", "cp311", "cp312", "pp37", "pp38", "pp39"]

0 commit comments

Comments
 (0)