2
0
mirror of https://github.com/boostorg/integer.git synced 2026-01-19 04:12:13 +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:41:30 +03:00
parent 4d702c79a4
commit fcb8d7868f

View File

@@ -317,12 +317,12 @@ jobs:
- libc++-18-dev
- libc++abi-18-dev
- toolset: clang
cxxstd: "11,14,17,20,2b"
os: macos-13
- toolset: clang
cxxstd: "11,14,17,20,2b"
os: macos-14
- toolset: clang
cxxstd: "11,14,17,20,23"
os: macos-15
timeout-minutes: 15
runs-on: ${{matrix.os}}