Added macos-12 and 13 testing in addition to latest (which is 14).

This commit is contained in:
Andrey Semashev
2024-05-21 01:18:57 +03:00
parent a8a43b4778
commit 804767983f

View File

@ -291,8 +291,14 @@ jobs:
- libc++abi-15-dev
- toolset: clang
cxxstd: "11,14,17,2a"
os: macos-latest
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: 15
runs-on: ${{matrix.os}}