Skip to content

Commit ea9ec7f

Browse files
authored
[Linux CI] Upgrade to GCC 9 (#1522)
1 parent 0e38947 commit ea9ec7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
config:
12-
- { os: ubuntu-20.04, platform: x64, cxx: g++-7, cc: gcc-7 }
12+
- { os: ubuntu-20.04, platform: x64, cxx: g++-9, cc: gcc-9 }
1313
- { os: macos-10.15, platform: x64, cxx: clang++, cc: clang }
1414
- { os: windows-2019, platform: x86, vs: 2019 }
1515
- { os: windows-2019, platform: x64, vs: 2019 }

0 commit comments

Comments
 (0)