Skip to content

Commit 7b663ef

Browse files
committed
ci: disable MacOS 14 for now [skip ci]
1 parent d46a234 commit 7b663ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- windows-2022
1818
- ubuntu-22.04
1919
- macos-13
20-
- macos-14
20+
# - macos-14
2121
compiler:
2222
- llvm
2323
- gcc
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
compiler: ${{ matrix.compiler }}
6363
vcvarsall: ${{ contains(matrix.os, 'windows') && matrix.vcvarsall }}
64-
cmake: ${{ !contains(matrix.os, 'macos-14') }}
64+
cmake: true
6565
ninja: true
6666
vcpkg: true
6767
conan: 2.6.0

0 commit comments

Comments
 (0)