From 56e4aca294d94d5fbcc19d44ea3762b9ec5e5ac9 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 17 Jun 2024 18:18:03 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4429303f..6c2d1665 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,8 +42,7 @@ jobs: os: ubuntu-20.04 install: g++-10 - toolset: gcc-11 - os: ubuntu-20.04 - install: g++-11 + os: ubuntu-22.04 - toolset: gcc-12 os: ubuntu-22.04 install: g++-12 @@ -51,6 +50,10 @@ jobs: container: ubuntu:23.04 os: ubuntu-latest install: g++-13 + - toolset: gcc-14 + container: ubuntu:24.04 + os: ubuntu-latest + install: g++-14 - toolset: clang compiler: clang++-3.9 container: ubuntu:18.04 @@ -117,11 +120,16 @@ jobs: os: ubuntu-latest install: clang-17 - toolset: clang - os: macos-11 + compiler: clang++-18 + container: ubuntu:24.04 + os: ubuntu-latest + install: clang-18 - toolset: clang os: macos-12 - toolset: clang os: macos-13 + - toolset: clang + os: macos-14 runs-on: ${{matrix.os}} container: ${{matrix.container}}