Skip to content

Commit 812f0f7

Browse files
macos 11 runner doesnt work, upgrade to 12
1 parent 599c74a commit 812f0f7

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
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
build-mac:
17-
runs-on: macos-11
17+
runs-on: macos-12
1818
strategy:
1919
matrix:
2020
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-beta - 3.13.0', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10' ]

0 commit comments

Comments
 (0)