Skip to content

Commit

Permalink
github: c++11 is no longer supported by GTest in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davvid committed Jan 31, 2025
1 parent 5c8554b commit 8d9832e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
os: [ubuntu]
config: [Debug, Release]
standard: [c++11, c++14, c++17, c++20]
standard: [c++14, c++17, c++20]
name: ${{matrix.os}}-${{matrix.config}}-${{matrix.standard}}
runs-on: ${{matrix.os}}-latest

Expand Down

0 comments on commit 8d9832e

Please sign in to comment.