Skip to content

Commit

Permalink
Update cmake.yml (#22)
Browse files Browse the repository at this point in the history
Update toolchains
  • Loading branch information
bmario authored Jan 24, 2025
1 parent 148299e commit 1bc2896
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 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++-9, g++-10, g++-11, g++-12, clang++-12, clang++-13, clang++-14]
[g++-12, g++-13, g++-14, clang++-16, clang++-17, clang++-18]

runs-on: ubuntu-latest

Expand All @@ -30,11 +30,12 @@ jobs:
run: ctest .

build-macos:
runs-on: macos-latest

strategy:
matrix:
xcode: [default, "13.4.1"]
os: [macos-latest, macos-13]
xcode: [default]

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

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion lib/metricq

0 comments on commit 1bc2896

Please sign in to comment.