Skip to content

Commit

Permalink
linux_and_macos.yml: Bump to ubuntu-24.04 and GCC 14
Browse files Browse the repository at this point in the history
.. because ubuntu-22.04 suddenly dropped GCC 13
  • Loading branch information
hartwork committed May 19, 2024
1 parent c966f47 commit 3bce446
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 3bce446

Please sign in to comment.