Skip to content

Commit fffbe8c

Browse files
authored
Update cmake.yml
1 parent 853b9a5 commit fffbe8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cmake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
compiler:
11-
[g++-10, g++-11, g++-12, clang++-13, clang++-14, clang++-15]
11+
[g++-12, g++-13, g++-14, clang++-16, clang++-17, clang++-18]
1212

1313
runs-on: ubuntu-latest
1414

@@ -32,8 +32,8 @@ jobs:
3232
build-macos:
3333
strategy:
3434
matrix:
35-
os: [macos-latest, macos-latest-xlarge]
36-
xcode: [default, "16.1.0"]
35+
os: [macos-latest, macos-13]
36+
xcode: [default]
3737

3838
runs-on: ${{ matrix.os }}
3939

0 commit comments

Comments
 (0)