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:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -464,14 +464,14 @@ jobs:
|
|||||||
install:
|
install:
|
||||||
- g++-13
|
- g++-13
|
||||||
|
|
||||||
- toolset: clang
|
|
||||||
cxxstd64: "11,14,17,20,2b"
|
|
||||||
instruction_set: "-"
|
|
||||||
os: macos-13
|
|
||||||
- toolset: clang
|
- toolset: clang
|
||||||
cxxstd64: "11,14,17,20,2b"
|
cxxstd64: "11,14,17,20,2b"
|
||||||
instruction_set: "-"
|
instruction_set: "-"
|
||||||
os: macos-14
|
os: macos-14
|
||||||
|
- toolset: clang
|
||||||
|
cxxstd64: "11,14,17,20,23"
|
||||||
|
instruction_set: "-"
|
||||||
|
os: macos-15
|
||||||
|
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
|
|||||||
Reference in New Issue
Block a user