Replaced macos-11 GHA image with 12, 13 and 14 since 11 is being removed.

This commit is contained in:
Andrey Semashev
2024-05-21 01:21:31 +03:00
parent c07f2b8d37
commit f31a7acfcc

View File

@@ -283,8 +283,14 @@ jobs:
- libc++abi-15-dev
- toolset: clang
cxxstd: "11,14,17,2a"
os: macos-11
cxxstd: "11,14,17,20,2b"
os: macos-12
- toolset: clang
cxxstd: "11,14,17,20,2b"
os: macos-13
- toolset: clang
cxxstd: "11,14,17,20,2b"
os: macos-14
timeout-minutes: 20
runs-on: ${{matrix.os}}