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

Change language standard

This commit is contained in:
Matt Borland
2024-05-21 10:08:56 +02:00
parent 993f082217
commit 851ebe031c

View File

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