Skip to content

Commit

Permalink
ci/build: remove Ubuntu 20.04, add 24.04, use GCC 14 on 24.04 (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-scheck authored Nov 8, 2024
1 parent ce310c9 commit 02d2959
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ jobs:
strategy:
matrix:
build_type: [Release, Debug]
compiler: [gcc, clang]
os: [ubuntu-20.04, ubuntu-22.04, macos-latest]
compiler: [gcc, clang, gcc-14]
os: [ubuntu-22.04, ubuntu-24.04, macos-latest]
exclude:
- os: macos-latest
compiler: gcc
- os: macos-latest
compiler: gcc-14
- os: ubuntu-22.04
compiler: gcc-14
env:
CC: ${{ matrix.compiler }}
CMAKE_GENERATOR: Ninja
Expand Down

0 comments on commit 02d2959

Please sign in to comment.