Skip to content

Commit 67a12bb

Browse files
committed
Update macos version in CI
1 parent fb06bfe commit 67a12bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
matrix:
3939
# temporarily downgraded to 3.7.9 and 3.8.10 due to a bug https://github.com/actions/setup-python/issues/402
4040
python-version: ["3.7.9", "3.8.10", "3.9.13", "3.10.4", "pypy3.9-v7.3.9"]
41-
os: [macos-10.15, macos-11, ubuntu-18.04, ubuntu-20.04, windows-2019, windows-2022]
41+
os: [macos-11, macos-12, ubuntu-18.04, ubuntu-20.04, windows-2019, windows-2022]
4242
exclude:
4343
# temporarily exclude pypy3 on mac-os as there failing tests caused by bug on cbc side
44-
- os: macos-10.15
45-
python-version: "pypy3.9-v7.3.9"
4644
- os: macos-11
4745
python-version: "pypy3.9-v7.3.9"
46+
- os: macos-12
47+
python-version: "pypy3.9-v7.3.9"
4848
# temporarily exclude pypy3 on ubuntu-18.04 as there an issue with installing numpy
4949
- os: ubuntu-18.04
5050
python-version: "pypy3.9-v7.3.9"

0 commit comments

Comments
 (0)