diff options
author | Theo Buehler <tb@openbsd.org> | 2025-02-11 19:05:01 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2025-02-11 19:05:01 +0100 |
commit | b9c2e63ef5a9c717ba28a41d8165e9bbdbcfb459 (patch) | |
tree | d4e920f5697767e09ee03b7579d45da15866551a | |
parent | a7cdf136c5b06b60524c30a90fe92553ea38e6af (diff) | |
parent | cd24a5022fde422cbb99990d1c63fbe6aac7a9e3 (diff) | |
download | portable-b9c2e63ef5a9c717ba28a41d8165e9bbdbcfb459.tar.gz portable-b9c2e63ef5a9c717ba28a41d8165e9bbdbcfb459.tar.bz2 portable-b9c2e63ef5a9c717ba28a41d8165e9bbdbcfb459.zip |
Land #1140 - remove ubuntu 20.04 runner image
-rw-r--r-- | .github/workflows/linux.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 23fa255..d57e3bc 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml | |||
@@ -22,13 +22,10 @@ jobs: | |||
22 | strategy: | 22 | strategy: |
23 | fail-fast: false | 23 | fail-fast: false |
24 | matrix: | 24 | matrix: |
25 | os: ["ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04"] | 25 | os: ["ubuntu-22.04", "ubuntu-24.04"] |
26 | arch: ["native", "arm32", "arm64", "mingw32", "mingw64", "mips64"] | 26 | arch: ["native", "arm32", "arm64", "mingw32", "mingw64", "mips64"] |
27 | compiler: ["gcc"] | 27 | compiler: ["gcc"] |
28 | include: | 28 | include: |
29 | - os: "ubuntu-20.04" | ||
30 | arch: "native" | ||
31 | compiler: "clang" | ||
32 | - os: "ubuntu-22.04" | 29 | - os: "ubuntu-22.04" |
33 | arch: "native" | 30 | arch: "native" |
34 | compiler: "clang" | 31 | compiler: "clang" |