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 cf452e8 commit c834287Copy full SHA for c834287
.github/workflows/build.yml
@@ -24,9 +24,9 @@ jobs:
24
matrix:
25
include:
26
# GCC builds
27
- - {os: ubuntu-20.04, compiler: gcc, version: '7',
+ - {os: ubuntu-20.04, compiler: gcc, version: '7',
28
flags: '-Wsuggest-override'}
29
- - {os: ubuntu-20.04, compiler: gcc, version: '8',
+ - {os: ubuntu-20.04, compiler: gcc, version: '8',
30
31
- {os: ubuntu-latest, compiler: gcc, version: '9',
32
0 commit comments