Skip to content

Commit

Permalink
Update min and max versions of GCC used in CI tests of Ubuntu 24.10 t…
Browse files Browse the repository at this point in the history
…o match what is available.
  • Loading branch information
poletti-marco committed Feb 2, 2025
1 parent 62a20d6 commit c95de82
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-on-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
- {compiler: clang-19.0, stlarg: -stdlib=libstdc++, test: ReleasePlain}
- {compiler: clang-19.0, stlarg: -stdlib=libstdc++, test: DebugPlain}
- {compiler: clang-19.0, stlarg: -stdlib=libstdc++, test: DebugAsanUbsan}
- {compiler: gcc-12, test: ReleasePlain}
- {compiler: gcc-12, test: DebugPlain}
- {compiler: gcc-12, test: DebugAsanUbsan}
- {compiler: gcc-14, test: ReleasePlain}
- {compiler: gcc-14, test: DebugPlain}
- {compiler: gcc-14, test: DebugAsanUbsan}
- {compiler: clang-11.0, stlarg: -stdlib=libstdc++, test: ReleasePlain}
- {compiler: clang-11.0, stlarg: -stdlib=libstdc++, test: DebugPlain}
# clang-11 has issues in the DebugAsanUbsan configuration
- {compiler: clang-13.0, stlarg: -stdlib=libstdc++, test: DebugAsanUbsan}
- {compiler: gcc-9, test: ReleasePlain}
- {compiler: gcc-9, test: DebugAsanUbsan}
- {compiler: gcc-11, test: ReleasePlain}
- {compiler: gcc-11, test: DebugAsanUbsan}

Ubuntu-24-04:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c95de82

Please sign in to comment.