From 43f34bebc7ff60020a502512485b15344c96e014 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 12 Apr 2025 22:39:12 -0500 Subject: [PATCH] Bump some containers to get correct compilers. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c33bc14..ffaf098 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: install: g++-10 - toolset: gcc-11 cxxstd: "11,14,17,2a" - container: ubuntu:20.04 + container: ubuntu:22.04 os: ubuntu-latest install: g++-11 - toolset: gcc-12 @@ -63,7 +63,7 @@ jobs: install: g++-12 - toolset: gcc-13 cxxstd: "11,14,17,20,2b" - container: ubuntu:23.04 + container: ubuntu:24.04 os: ubuntu-latest install: g++-13 - toolset: clang @@ -147,13 +147,13 @@ jobs: - toolset: clang compiler: clang++-16 cxxstd: "11,14,17,20,2b" - container: ubuntu:23.04 + container: ubuntu:24.04 os: ubuntu-latest install: clang-16 - toolset: clang compiler: clang++-17 cxxstd: "11,14,17,20,2b" - container: ubuntu:23.10 + container: ubuntu:24.10 os: ubuntu-latest install: clang-17 - toolset: clang