From f4018bc3947b97d720deb2e6f1f4b733725ad578 Mon Sep 17 00:00:00 2001 From: Ilia Shipitsin Date: Fri, 17 May 2024 20:22:23 +0200 Subject: CI: introduce Ubuntu 24.04 --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: strategy: fail-fast: false matrix: - os: ["ubuntu-20.04", "ubuntu-22.04"] + os: ["ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04"] arch: ["native", "arm32", "arm64", "mingw32", "mingw64", "mips32", "mips64"] compiler: ["gcc"] include: -- cgit v1.2.3-55-g6feb