Skip to content

Commit

Permalink
ci: disable MacOS 14 for now [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 11, 2024
1 parent d46a234 commit 7b663ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- windows-2022
- ubuntu-22.04
- macos-13
- macos-14
# - macos-14
compiler:
- llvm
- gcc
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7b663ef

Please sign in to comment.