From 0afa15e8cb4cfe5257a2dc44dab9cca657520258 Mon Sep 17 00:00:00 2001 From: Mohammad Nejati Date: Tue, 21 May 2024 06:31:05 +0000 Subject: [PATCH] Remove macOS-11 from CI matrix GitHub macOS-11 runner image is deprecated --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ab4bffa..a2b6e20a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -147,7 +147,7 @@ jobs: cxxstd: "11,14,17,2a" os: ubuntu-22.04 container: ubuntu:18.04 - supported: "Causes segfault on GHA CI, not on official image" + supported: true - toolset: clang install: clang-10 compiler: clang++-10 @@ -203,10 +203,6 @@ jobs: os: ubuntu-24.04 supported: true # macos - - toolset: clang - os: macos-11 - cxxstd: "11,14,17,2a" - supported: true - toolset: clang os: macos-12 cxxstd: "11,14,17,20,2b"