Skip to content

Commit

Permalink
WIP: (Unrelated to ticket per se) Seems gcc-13 is no longer pre-insta…
Browse files Browse the repository at this point in the history
…lled in this Ubuntu. Might be related to move of `latest` to newer Ubuntu and different pre-installed compilers there... though we are not using `latest`. Details TBD; for now setting install=true for that one; hopefully it will install and the gcc-13 tests will start passing again.
  • Loading branch information
ygoldfeld committed Dec 10, 2024
1 parent 45956aa commit 9907008
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ jobs:
if: |
needs.setup.outputs.proceed-else-not == 'true'
# XXX gcc-13
strategy:
fail-fast: false
matrix:
Expand All @@ -237,6 +238,7 @@ jobs:
version: 13
c-path: /usr/bin/gcc-13
cpp-path: /usr/bin/g++-13
install: True
- id: clang-13
name: clang
version: 13
Expand Down

0 comments on commit 9907008

Please sign in to comment.