aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-02-11 19:05:01 +0100
committerTheo Buehler <tb@openbsd.org>2025-02-11 19:05:01 +0100
commitb9c2e63ef5a9c717ba28a41d8165e9bbdbcfb459 (patch)
treed4e920f5697767e09ee03b7579d45da15866551a
parenta7cdf136c5b06b60524c30a90fe92553ea38e6af (diff)
parentcd24a5022fde422cbb99990d1c63fbe6aac7a9e3 (diff)
downloadportable-b9c2e63ef5a9c717ba28a41d8165e9bbdbcfb459.tar.gz
portable-b9c2e63ef5a9c717ba28a41d8165e9bbdbcfb459.tar.bz2
portable-b9c2e63ef5a9c717ba28a41d8165e9bbdbcfb459.zip
Land #1140 - remove ubuntu 20.04 runner image
-rw-r--r--.github/workflows/linux.yml5
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"