mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
Remove deprecated macos-12 and add macos-15
This commit is contained in:
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@@ -395,21 +395,15 @@ jobs:
|
||||
#------------------
|
||||
# MacOS, clang
|
||||
#------------------
|
||||
# Macos 12, clang
|
||||
- toolset: clang
|
||||
cxxstd: "11,14,17,20,2b"
|
||||
cxxflags: -pipe
|
||||
os: macos-12
|
||||
# Macos 13, clang
|
||||
- toolset: clang
|
||||
cxxstd: "11,14,17,20,2b"
|
||||
cxxflags: -pipe
|
||||
cxxstd: "03,11,14,17,20,2b"
|
||||
os: macos-13
|
||||
# Macos 17, clang
|
||||
- toolset: clang
|
||||
cxxstd: "11,14,17,20,2b"
|
||||
cxxflags: -pipe
|
||||
cxxstd: "03,11,14,17,20,2b"
|
||||
os: macos-14
|
||||
- toolset: clang
|
||||
cxxstd: "03,11,14,17,20,2b"
|
||||
os: macos-15
|
||||
|
||||
timeout-minutes: 180
|
||||
runs-on: ${{matrix.os}}
|
||||
|
||||
Reference in New Issue
Block a user