Skip to content

Commit 230f28d

Browse files
authored
Merge pull request #4132 from puremourning/ci-macos-update
Use macOS 12 in CI
2 parents 0de94d1 + 915fc22 commit 230f28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
runs-on: [ ubuntu-20.04, macos-10.15, windows-2019 ]
15+
runs-on: [ ubuntu-20.04, macos-12, windows-2019 ]
1616
python-arch: [ 'x64' ]
1717
python-version: [ '3.8' ]
1818
include:

0 commit comments

Comments
 (0)