diff options
author | Joshua Sing <joshua@joshuasing.dev> | 2025-02-12 04:54:47 +1100 |
---|---|---|
committer | Joshua Sing <joshua@joshuasing.dev> | 2025-02-12 04:58:41 +1100 |
commit | cd24a5022fde422cbb99990d1c63fbe6aac7a9e3 (patch) | |
tree | d4e920f5697767e09ee03b7579d45da15866551a | |
parent | a7cdf136c5b06b60524c30a90fe92553ea38e6af (diff) | |
download | portable-cd24a5022fde422cbb99990d1c63fbe6aac7a9e3.tar.gz portable-cd24a5022fde422cbb99990d1c63fbe6aac7a9e3.tar.bz2 portable-cd24a5022fde422cbb99990d1c63fbe6aac7a9e3.zip |
ci: remove use of 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" |