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:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user