Skip to content

Commit

Permalink
Deprecate GCC 7 and add GCC 10 build for LLVM CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Nov 24, 2020
1 parent e16966b commit c42d1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
fail-fast: false
matrix:
config:
- { os: ubuntu-20.04, platform: x64, cxx: g++-7, cc: gcc-7 }
- { os: ubuntu-20.04, platform: x64, cxx: g++-9, cc: gcc-9 }
- { os: ubuntu-20.04, platform: x64, cxx: g++-10, cc: gcc-10 }
- { os: macos-10.15, platform: x64, cxx: clang++, cc: clang }
- { os: windows-2019, platform: x86, vs: 2019 }
- { os: windows-2019, platform: x64, vs: 2019 }
Expand Down

0 comments on commit c42d1df

Please sign in to comment.