Skip to content

Commit

Permalink
Move GCC-13 to only drone since GHA gives SIGTERM
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed May 23, 2024
1 parent e10b34f commit 1ec1661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
compiler: [ g++-13, g++-14, clang++-16, clang++-17, clang++-18 ]
compiler: [ g++-14, clang++-16, clang++-17, clang++-18 ]
standard: [ c++20 ]
suite: [ github_ci_block_1, github_ci_block_2 ]
steps:
Expand Down

0 comments on commit 1ec1661

Please sign in to comment.