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 f1fa26b commit 767b78a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linux_and_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
matrix:
include:
# Linux
- cc: gcc-13
cxx: g++-13
- cc: gcc-14
cxx: g++-14
clang_major_version: null
clang_repo_suffix: null
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
- cc: clang-18
cxx: clang++-18
clang_major_version: 18
clang_repo_suffix: -18
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# macOS
- cc: gcc-13
cxx: g++-13
Expand Down

0 comments on commit 767b78a

Please sign in to comment.