Skip to content

Commit

Permalink
Merge pull request #183 from tenox7/fix-ci
Browse files Browse the repository at this point in the history
`linux_and_macos.yml`: Bump to `ubuntu-24.04` and GCC 14
  • Loading branch information
hartwork authored May 19, 2024
2 parents c966f47 + 3bce446 commit df17bf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux_and_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
fail-fast: false
matrix:
include:
- cc: gcc-13
cxx: g++-13
- cc: gcc-14
cxx: g++-14
clang_major_version: null
clang_repo_suffix: null
make: make
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
- cc: clang-18
cxx: clang++-18
clang_major_version: 18
Expand Down

0 comments on commit df17bf7

Please sign in to comment.