aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-05-17 21:04:03 +0200
committerTheo Buehler <tb@openbsd.org>2024-05-17 21:04:03 +0200
commit7005b782b79b84ff01b8d5ac616db58c2cddd8c4 (patch)
tree1089f4bd6c3ad1d105ec9cae96e17f04a8bb326e /.github
parentfa24a41a094978e7e926604279dea44e9972d761 (diff)
parentf4018bc3947b97d720deb2e6f1f4b733725ad578 (diff)
downloadportable-7005b782b79b84ff01b8d5ac616db58c2cddd8c4.tar.gz
portable-7005b782b79b84ff01b8d5ac616db58c2cddd8c4.tar.bz2
portable-7005b782b79b84ff01b8d5ac616db58c2cddd8c4.zip
Land #1054 - add ubuntu 24.04 to CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 180f43c..57222df 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -22,7 +22,7 @@ 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"] 25 os: ["ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04"]
26 arch: ["native", "arm32", "arm64", "mingw32", "mingw64", "mips32", "mips64"] 26 arch: ["native", "arm32", "arm64", "mingw32", "mingw64", "mips32", "mips64"]
27 compiler: ["gcc"] 27 compiler: ["gcc"]
28 include: 28 include: