From 3bce446895e77b3e476abbed04df17394c3e625f Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 19 May 2024 15:01:26 +0200 Subject: [PATCH] linux_and_macos.yml: Bump to ubuntu-24.04 and GCC 14 .. because ubuntu-22.04 suddenly dropped GCC 13 --- .github/workflows/linux_and_macos.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux_and_macos.yml b/.github/workflows/linux_and_macos.yml index 0bf2171..5ba3279 100644 --- a/.github/workflows/linux_and_macos.yml +++ b/.github/workflows/linux_and_macos.yml @@ -22,12 +22,12 @@ jobs: fail-fast: false matrix: include: - - cc: gcc-13 - cxx: g++-13 + - cc: gcc-14 + cxx: g++-14 clang_major_version: null clang_repo_suffix: null make: make - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 - cc: clang-18 cxx: clang++-18 clang_major_version: 18