Update clang-8 CI run to Ubuntu 20.04 (#1960)
The Ubuntu 18.04 runner image is deprecated and will be unsupported on 2023/04/01. It appears Ubuntu 20.04 has a package for clang-8, so just do the switch.
This commit is contained in:
parent
178658912e
commit
d8fd60b562
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-18.04, ubuntu-latest, windows-latest]
|
os: [ubuntu-20.04, ubuntu-latest, windows-latest]
|
||||||
include:
|
include:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
os_short: win
|
os_short: win
|
||||||
@ -21,7 +21,7 @@ jobs:
|
|||||||
os_short: linux
|
os_short: linux
|
||||||
compiler_cc: clang
|
compiler_cc: clang
|
||||||
compiler_cxx: clang++
|
compiler_cxx: clang++
|
||||||
- os: ubuntu-18.04
|
- os: ubuntu-20.04
|
||||||
os_short: linux
|
os_short: linux
|
||||||
compiler_cc: clang-8
|
compiler_cc: clang-8
|
||||||
compiler_cxx: clang++-8
|
compiler_cxx: clang++-8
|
||||||
|
Loading…
Reference in New Issue
Block a user