Sync from upstream.

This commit is contained in:
Rene Rivera 2024-05-20 18:30:51 -05:00
commit 2aa26c9e84

View File

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