mirror of
https://github.com/boostorg/container.git
synced 2025-07-30 20:47:17 +02:00
macos-11 was deprecated/removed as GitHub-hosted macOS runner, use macos-14 instead.
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -326,10 +326,6 @@ jobs:
|
||||
#------------------
|
||||
# MacOS, clang
|
||||
#------------------
|
||||
# Macos 11, clang
|
||||
- toolset: clang
|
||||
cxxstd: "11,14,17,2a"
|
||||
os: macos-11
|
||||
# Macos 12, clang
|
||||
- toolset: clang
|
||||
cxxstd: "11,14,17,20,2b"
|
||||
@ -338,6 +334,10 @@ jobs:
|
||||
- toolset: clang
|
||||
cxxstd: "11,14,17,20,2b"
|
||||
os: macos-13
|
||||
# Macos 17, clang
|
||||
- toolset: clang
|
||||
cxxstd: "11,14,17,20,2b"
|
||||
os: macos-14
|
||||
|
||||
timeout-minutes: 180
|
||||
runs-on: ${{matrix.os}}
|
||||
|
Reference in New Issue
Block a user