We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a046c8 commit 04f047dCopy full SHA for 04f047d
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
matrix:
12
os: [ubuntu]
13
config: [Debug, Release]
14
- standard: [c++14, c++17, c++20]
+ standard: [c++17, c++20]
15
name: ${{matrix.os}}-${{matrix.config}}-${{matrix.standard}}
16
runs-on: ${{matrix.os}}-latest
17
@@ -32,7 +32,7 @@ jobs:
32
33
architecture: [x64]
34
config: [Release]
35
- standard: [c++11, c++14, c++17, c++20]
36
name: windows-${{matrix.architecture}}-${{matrix.config}}-${{matrix.standard}}
37
38
steps:
0 commit comments