Switch to clang-8.
This is the new minimum supported Clang version going forward.
This commit is contained in:
parent
62f08a31fc
commit
d5f47a88e6
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -21,8 +21,8 @@ jobs:
|
|||||||
compiler_cxx: clang++
|
compiler_cxx: clang++
|
||||||
- os: ubuntu-18.04
|
- os: ubuntu-18.04
|
||||||
os_short: linux
|
os_short: linux
|
||||||
compiler_cc: clang-3.9
|
compiler_cc: clang-8
|
||||||
compiler_cxx: clang++-3.9
|
compiler_cxx: clang++-8
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
name: ${{ matrix.os_short }}-${{ matrix.compiler_cc }}
|
name: ${{ matrix.os_short }}-${{ matrix.compiler_cc }}
|
||||||
|
Loading…
Reference in New Issue
Block a user