mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
compiler-zoo.yml: Switch to ubuntu-22.04 where possible
And drop the rest. The ubuntu-20.04 CI runners are discontinued. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/26971)
This commit is contained in:
parent
5eb55ad8a7
commit
4e9b542868
29
.github/workflows/compiler-zoo.yml
vendored
29
.github/workflows/compiler-zoo.yml
vendored
@ -19,17 +19,11 @@ jobs:
|
||||
matrix:
|
||||
zoo: [
|
||||
{
|
||||
cc: gcc-7,
|
||||
distro: ubuntu-20.04
|
||||
}, {
|
||||
cc: gcc-8,
|
||||
distro: ubuntu-20.04
|
||||
}, {
|
||||
cc: gcc-9,
|
||||
distro: ubuntu-20.04
|
||||
distro: ubuntu-22.04
|
||||
}, {
|
||||
cc: gcc-10,
|
||||
distro: ubuntu-20.04
|
||||
distro: ubuntu-22.04
|
||||
}, {
|
||||
cc: gcc-11,
|
||||
distro: ubuntu-22.04
|
||||
@ -40,27 +34,12 @@ jobs:
|
||||
cc: gcc-13,
|
||||
distro: ubuntu-22.04,
|
||||
gcc-ppa-name: ubuntu-toolchain-r/test
|
||||
}, {
|
||||
cc: clang-6.0,
|
||||
distro: ubuntu-20.04
|
||||
}, {
|
||||
cc: clang-7,
|
||||
distro: ubuntu-20.04
|
||||
}, {
|
||||
cc: clang-8,
|
||||
distro: ubuntu-20.04
|
||||
}, {
|
||||
cc: clang-9,
|
||||
distro: ubuntu-20.04
|
||||
}, {
|
||||
cc: clang-10,
|
||||
distro: ubuntu-20.04
|
||||
}, {
|
||||
cc: clang-11,
|
||||
distro: ubuntu-20.04
|
||||
distro: ubuntu-22.04
|
||||
}, {
|
||||
cc: clang-12,
|
||||
distro: ubuntu-20.04
|
||||
distro: ubuntu-22.04
|
||||
}, {
|
||||
cc: clang-13,
|
||||
distro: ubuntu-22.04
|
||||
|
Loading…
x
Reference in New Issue
Block a user