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 9da1d9d commit 37c52ccCopy full SHA for 37c52cc
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
os: [ubuntu-20.04, macos-11, windows-2019]
14
- gcc: ['7-2017-q4', 'latest']
+ gcc: ['7-2017-q4', '7-2018-q2', '8-2018-q4', '8-2019-q3', '9-2019-q4', '9-2020-q2', '10-2020-q4', '11.2-2022.02', 'latest']
15
cmake: ['3.6.0', ''] # Empty string installs the latest CMake release
16
fail-fast: false
17
runs-on: ${{ matrix.os }}
0 commit comments