Skip to content

Commit 54d4004

Browse files
committed
ci: use macos 11 for testing gcc
1 parent 6550110 commit 54d4004

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ jobs:
4040
- os: "windows-2022"
4141
compiler: "msvc"
4242
vcvarsall: false
43+
- os: "macos-11"
44+
compiler: "gcc"
45+
cmake: true
46+
vcvarsall: true
47+
exclude:
48+
# fails with an internal error
49+
- os: "macos-12"
50+
compiler: "gcc"
51+
cmake: true
52+
vcvarsall: true
4353
steps:
4454
- uses: actions/checkout@v3
4555
- name: Cache

0 commit comments

Comments
 (0)