2
0
mirror of https://github.com/boostorg/sync.git synced 2026-01-19 04:42:12 +00:00

Replaced macos-13 with macos-15 in GitHub Actions.

The macos-13 image is retired, macos-15 is now available.
This commit is contained in:
Andrey Semashev
2025-12-13 20:48:09 +03:00
parent 15b407950a
commit afe18948b4

View File

@@ -464,14 +464,14 @@ jobs:
install:
- g++-13
- toolset: clang
cxxstd64: "11,14,17,20,2b"
instruction_set: "-"
os: macos-13
- toolset: clang
cxxstd64: "11,14,17,20,2b"
instruction_set: "-"
os: macos-14
- toolset: clang
cxxstd64: "11,14,17,20,23"
instruction_set: "-"
os: macos-15
timeout-minutes: 30
runs-on: ${{matrix.os}}