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

Require C++14 support

This commit is contained in:
Matt Borland
2022-12-27 14:24:41 +01:00
parent fb82796a79
commit 773f7741c4
3 changed files with 6 additions and 5 deletions

View File

@@ -78,7 +78,7 @@ jobs:
fail-fast: false
matrix:
compiler: [ g++-9, g++-11, clang++-10 ]
standard: [ c++11, c++14, c++17, c++2a ]
standard: [ c++14, c++17, c++2a ]
steps:
- uses: actions/checkout@v3
with:
@@ -136,7 +136,7 @@ jobs:
fail-fast: false
matrix:
toolset: [ clang ]
standard: [ 11, 14, 17, 20 ]
standard: [ 14, 17, 20 ]
suite: [ github_ci_block_1, github_ci_block_2 ]
steps:
- uses: actions/checkout@v3