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:
peace-maker 2023-03-28 13:50:19 +02:00 committed by GitHub
parent 178658912e
commit d8fd60b562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-latest, windows-latest]
os: [ubuntu-20.04, ubuntu-latest, windows-latest]
include:
- os: windows-latest
os_short: win
@ -21,7 +21,7 @@ jobs:
os_short: linux
compiler_cc: clang
compiler_cxx: clang++
- os: ubuntu-18.04
- os: ubuntu-20.04
os_short: linux
compiler_cc: clang-8
compiler_cxx: clang++-8