diff options
author | Joshua Sing <joshua@joshuasing.dev> | 2025-02-12 04:54:47 +1100 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2025-04-29 04:34:54 -0500 |
commit | 2fd8337d13bec5de2e4e0246bc79753fba642a08 (patch) | |
tree | 0d3e12e36fd48bb231d94c67b276a9f2123a0298 | |
parent | 2760daa44f0df41ec898320864642d5519b0895f (diff) | |
download | portable-OPENBSD_7_6.tar.gz portable-OPENBSD_7_6.tar.bz2 portable-OPENBSD_7_6.zip |
ci: remove use of ubuntu-20.04 runner imageOPENBSD_7_6
-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 0c9a699..4d97432 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" |