Skip to content

Commit

Permalink
Added Ubuntu 24.04 and more up-to-date compiler for compile check
Browse files Browse the repository at this point in the history
Signed-off-by: andreas@florath.net <andreas@florath.net>
  • Loading branch information
florath committed Oct 15, 2024
1 parent 81d963e commit b68c98d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/compile-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,18 @@ jobs:
- { runs-on: ubuntu-22.04, cc: clang-12, pkg: clang-12 }
- { runs-on: ubuntu-22.04, cc: clang-13, pkg: clang-13 }
- { runs-on: ubuntu-22.04, cc: clang-14, pkg: clang-14 }
- { runs-on: ubuntu-24.04, cc: gcc-12, pkg: gcc-12 }
- { runs-on: ubuntu-24.04, cc: gcc-13, pkg: gcc-13 }
- { runs-on: ubuntu-24.04, cc: gcc-14, pkg: gcc-14 }
- { runs-on: ubuntu-24.04, cc: i686-linux-gnu-gcc-12, pkg: gcc-12-i686-linux-gnu }
- { runs-on: ubuntu-24.04, cc: i686-linux-gnu-gcc-13, pkg: gcc-13-i686-linux-gnu }
- { runs-on: ubuntu-24.04, cc: i686-linux-gnu-gcc-14, pkg: gcc-14-i686-linux-gnu }
- { runs-on: ubuntu-24.04, cc: clang-16, pkg: clang-16 }
- { runs-on: ubuntu-24.04, cc: clang-17, pkg: clang-17 }
- { runs-on: ubuntu-24.04, cc: clang-18, pkg: clang-18 }
runs-on: ${{ matrix.cenv.runs-on }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# This is needed as the version.sh script uses
# the history.
Expand Down

0 comments on commit b68c98d

Please sign in to comment.