1 parent 373cab9 commit 2a0565fCopy full SHA for 2a0565f
1 file changed
.github/workflows/cmake.yml
@@ -8,12 +8,12 @@ jobs:
8
# well on Windows or Mac. You can convert this to a matrix build if you need
9
# cross-platform coverage.
10
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
11
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-26.04
12
13
strategy:
14
fail-fast: false
15
matrix:
16
- compiler: [gcc-13, clang-18]
+ compiler: [gcc-15, clang-22]
17
18
steps:
19
- uses: actions/checkout@main
0 commit comments