Skip to content

Commit 8d9832e

Browse files
committed
github: c++11 is no longer supported by GTest in CI
1 parent 5c8554b commit 8d9832e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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++11, c++14, c++17, c++20]
14+
standard: [c++14, c++17, c++20]
1515
name: ${{matrix.os}}-${{matrix.config}}-${{matrix.standard}}
1616
runs-on: ${{matrix.os}}-latest
1717

0 commit comments

Comments
 (0)