From e1514053376d16a82a9165f92c984c63bfd59dd0 Mon Sep 17 00:00:00 2001 From: David Marchand Date: Thu, 24 Oct 2024 14:27:56 +0200 Subject: [PATCH] ci: switch to latest Ubuntu and Fedora Signed-off-by: David Marchand --- .github/workflows/build.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6436c2c461..8ae6547fdce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,37 +36,37 @@ jobs: fail-fast: false matrix: config: - - os: ubuntu-22.04 + - os: ubuntu-24.04 compiler: gcc mini: mini - - os: ubuntu-22.04 + - os: ubuntu-24.04 compiler: gcc checks: stdatomic - - os: ubuntu-22.04 + - os: ubuntu-24.04 compiler: clang checks: stdatomic - - os: ubuntu-22.04 + - os: ubuntu-24.04 compiler: gcc checks: debug+doc+examples+tests - - os: ubuntu-22.04 + - os: ubuntu-24.04 compiler: clang checks: asan+doc+tests - - os: ubuntu-22.04 + - os: ubuntu-24.04 compiler: gcc library: static cross: i386 - - os: ubuntu-22.04 + - os: ubuntu-24.04 compiler: gcc library: static cross: mingw - - os: ubuntu-22.04 + - os: ubuntu-24.04 compiler: gcc library: shared cross: aarch64 - - os: ubuntu-22.04 + - os: ubuntu-24.04 compiler: gcc cross: ppc64le - - os: ubuntu-22.04 + - os: ubuntu-24.04 compiler: gcc cross: riscv64 @@ -162,7 +162,7 @@ jobs: fail-fast: false matrix: config: - - image: fedora:39 + - image: fedora:40 steps: - name: Generate various keys @@ -211,9 +211,9 @@ jobs: fail-fast: false matrix: config: - - image: fedora:39 + - image: fedora:40 compiler: gcc - - image: fedora:39 + - image: fedora:40 compiler: clang steps: