2
0
mirror of https://github.com/boostorg/beast.git synced 2026-01-19 04:02:10 +00:00

update build.yml

This commit is contained in:
Mohammad Nejati
2025-11-01 15:37:04 +00:00
committed by Mohammad Nejati
parent a3d00a6d0c
commit 69939829fa

View File

@@ -202,15 +202,15 @@ jobs:
os: ubuntu-latest
container: ubuntu:25.04
install: clang-20
- toolset: clang
os: macos-13
cxxstd: 11,14,17,20,2b
- toolset: clang
os: macos-14
cxxstd: 11,14,17,20,2b
- toolset: clang
os: macos-15
cxxstd: 11,14,17,20,2b
- toolset: clang
os: macos-26
cxxstd: 11,14,17,20,2b
needs: [runner-selection]
runs-on: ${{ fromJSON(needs.runner-selection.outputs.labelmatrix)[matrix.os] }}