Skip to content

Commit c42d1df

Browse files
committed
Deprecate GCC 7 and add GCC 10 build for LLVM CI.
1 parent e16966b commit c42d1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/llvm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
config:
12-
- { os: ubuntu-20.04, platform: x64, cxx: g++-7, cc: gcc-7 }
1312
- { os: ubuntu-20.04, platform: x64, cxx: g++-9, cc: gcc-9 }
13+
- { os: ubuntu-20.04, platform: x64, cxx: g++-10, cc: gcc-10 }
1414
- { os: macos-10.15, platform: x64, cxx: clang++, cc: clang }
1515
- { os: windows-2019, platform: x86, vs: 2019 }
1616
- { os: windows-2019, platform: x64, vs: 2019 }

0 commit comments

Comments
 (0)