2
0
mirror of https://github.com/boostorg/atomic.git synced 2026-01-19 16:12:09 +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:07:57 +03:00
parent 8491f958de
commit bf58085780

View File

@@ -473,12 +473,12 @@ jobs:
os: ubuntu-latest
- toolset: clang
os: macos-13
os: macos-14
cxxstd64: "11,14,17,20,2b"
instruction_set: "-"
- toolset: clang
os: macos-14
cxxstd64: "11,14,17,20,2b"
os: macos-15
cxxstd64: "11,14,17,20,23"
instruction_set: "-"
- toolset: clang