Skip to content

Commit 2a0565f

Browse files
committed
Using Ubuntu 26.04 in github actions
1 parent 373cab9 commit 2a0565f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
# well on Windows or Mac. You can convert this to a matrix build if you need
99
# cross-platform coverage.
1010
# 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
11+
runs-on: ubuntu-26.04
1212

1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
compiler: [gcc-13, clang-18]
16+
compiler: [gcc-15, clang-22]
1717

1818
steps:
1919
- uses: actions/checkout@main

0 commit comments

Comments
 (0)