Skip to content

Commit 04f047d

Browse files
committed
ci: drop c++14 and c++11
1 parent 0a046c8 commit 04f047d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
os: [ubuntu]
1313
config: [Debug, Release]
14-
standard: [c++14, c++17, c++20]
14+
standard: [c++17, c++20]
1515
name: ${{matrix.os}}-${{matrix.config}}-${{matrix.standard}}
1616
runs-on: ${{matrix.os}}-latest
1717

@@ -32,7 +32,7 @@ jobs:
3232
matrix:
3333
architecture: [x64]
3434
config: [Release]
35-
standard: [c++11, c++14, c++17, c++20]
35+
standard: [c++17, c++20]
3636
name: windows-${{matrix.architecture}}-${{matrix.config}}-${{matrix.standard}}
3737

3838
steps:

0 commit comments

Comments
 (0)