2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Move GCC-13 to only drone since GHA gives SIGTERM

This commit is contained in:
Matt Borland
2024-05-23 11:23:24 +02:00
parent e10b34fee7
commit 1ec166172b

View File

@@ -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: