Skip to content

Commit

Permalink
Updates compiler versions
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumeblanc committed May 16, 2024
1 parent 50ded8c commit 8a8e482
Showing 1 changed file with 20 additions and 32 deletions.
52 changes: 20 additions & 32 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Linux
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: 10
strategy:
fail-fast: false
Expand All @@ -13,14 +13,6 @@ jobs:
include:
- build_type: Release
option: default
- build_type: Debug
option: gcc10
compiler_c: gcc-10
compiler_cxx: g++-10
- build_type: Debug
option: gcc11
compiler_c: gcc-11
compiler_cxx: g++-11
- build_type: Debug
option: gcc12
compiler_c: gcc-12
Expand All @@ -29,34 +21,30 @@ jobs:
option: gcc13
compiler_c: gcc-13
compiler_cxx: g++-13
- build_type: Release
option: gcc13
compiler_c: gcc-13
compiler_cxx: g++-13
- build_type: Debug
option: clang11
compiler_c: clang-11
compiler_cxx: clang++-11
- build_type: Debug
option: clang12
compiler_c: clang-12
compiler_cxx: clang++-12
option: gcc14
compiler_c: gcc-14
compiler_cxx: g++-14
- build_type: Release
option: gcc14
compiler_c: gcc-14
compiler_cxx: g++-14
- build_type: Debug
option: clang13
compiler_c: clang-13
compiler_cxx: clang++-13
option: clang16
compiler_c: clang-16
compiler_cxx: clang++-16
- build_type: Debug
option: clang14
compiler_c: clang-14
compiler_cxx: clang++-14
option: clang17
compiler_c: clang-17
compiler_cxx: clang++-17
- build_type: Debug
option: clang15
compiler_c: clang-15
compiler_cxx: clang++-15
option: clang18
compiler_c: clang-18
compiler_cxx: clang++-18
- build_type: Release
option: clang15
compiler_c: clang-15
compiler_cxx: clang++-15
option: clang18
compiler_c: clang-18
compiler_cxx: clang++-18

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8a8e482

Please sign in to comment.