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 0e38947 commit ea9ec7fCopy full SHA for ea9ec7f
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: false
10
matrix:
11
config:
12
- - { os: ubuntu-20.04, platform: x64, cxx: g++-7, cc: gcc-7 }
+ - { os: ubuntu-20.04, platform: x64, cxx: g++-9, cc: gcc-9 }
13
- { os: macos-10.15, platform: x64, cxx: clang++, cc: clang }
14
- { os: windows-2019, platform: x86, vs: 2019 }
15
- { os: windows-2019, platform: x64, vs: 2019 }
0 commit comments