diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04508ff1..40b74d2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - windows-2022 - ubuntu-22.04 - macos-13 - - macos-14 + # - macos-14 compiler: - llvm - gcc @@ -61,7 +61,7 @@ jobs: with: compiler: ${{ matrix.compiler }} vcvarsall: ${{ contains(matrix.os, 'windows') && matrix.vcvarsall }} - cmake: ${{ !contains(matrix.os, 'macos-14') }} + cmake: true ninja: true vcpkg: true conan: 2.6.0