Remove macOS-11 from CI matrix

GitHub macOS-11 runner image is deprecated
This commit is contained in:
Mohammad Nejati
2024-05-21 06:31:05 +00:00
committed by Mohammad Nejati
parent d425048fe0
commit 0afa15e8cb

View File

@@ -147,7 +147,7 @@ jobs:
cxxstd: "11,14,17,2a" cxxstd: "11,14,17,2a"
os: ubuntu-22.04 os: ubuntu-22.04
container: ubuntu:18.04 container: ubuntu:18.04
supported: "Causes segfault on GHA CI, not on official image" supported: true
- toolset: clang - toolset: clang
install: clang-10 install: clang-10
compiler: clang++-10 compiler: clang++-10
@@ -203,10 +203,6 @@ jobs:
os: ubuntu-24.04 os: ubuntu-24.04
supported: true supported: true
# macos # macos
- toolset: clang
os: macos-11
cxxstd: "11,14,17,2a"
supported: true
- toolset: clang - toolset: clang
os: macos-12 os: macos-12
cxxstd: "11,14,17,20,2b" cxxstd: "11,14,17,20,2b"