Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bmario authored Jan 22, 2025
1 parent 853b9a5 commit fffbe8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
compiler:
[g++-10, g++-11, g++-12, clang++-13, clang++-14, clang++-15]
[g++-12, g++-13, g++-14, clang++-16, clang++-17, clang++-18]

runs-on: ubuntu-latest

Expand All @@ -32,8 +32,8 @@ jobs:
build-macos:
strategy:
matrix:
os: [macos-latest, macos-latest-xlarge]
xcode: [default, "16.1.0"]
os: [macos-latest, macos-13]
xcode: [default]

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

Expand Down

0 comments on commit fffbe8c

Please sign in to comment.