From c42d8440fac673de0bcdb23bb4055e20a8e62326 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 17 Sep 2025 16:00:46 +0200 Subject: [PATCH] autotools-cmake.yml: Bump to ubuntu-24.04 --- .github/workflows/autotools-cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autotools-cmake.yml b/.github/workflows/autotools-cmake.yml index fedbe002..f4b3793f 100644 --- a/.github/workflows/autotools-cmake.yml +++ b/.github/workflows/autotools-cmake.yml @@ -51,10 +51,10 @@ jobs: - os: macos-14 configure_args: cmake_args: - - os: ubuntu-22.04 + - os: ubuntu-24.04 configure_args: cmake_args: - - os: ubuntu-22.04 + - os: ubuntu-24.04 configure_args: --host=i686-w64-mingw32 cmake_args: -DCMAKE_TOOLCHAIN_FILE=cmake/mingw-toolchain.cmake defaults: