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:
committed by
Mohammad Nejati
parent
a3d00a6d0c
commit
69939829fa
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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] }}
|
||||
|
||||
Reference in New Issue
Block a user