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

Fix clang-14 run in CI (#1041)

This commit is contained in:
Matt Borland
2023-10-31 11:33:36 +01:00
committed by GitHub
parent 2c74b149b0
commit 7bc2da4a48

View File

@@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
compiler: [ g++-12, clang++-14 ]
standard: [ c++14, c++17, c++20 ]
standard: [ c++14, c++17 ]
suite: [ github_ci_block_1, github_ci_block_2 ]
steps:
- uses: actions/checkout@v3