macos-11 was deprecated/removed as GitHub-hosted macOS runner, use macos-14 instead.

This commit is contained in:
Ion Gaztañaga
2024-06-30 21:54:03 +02:00
parent 9ebdbb8ab0
commit 7d8040704a

View File

@ -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}}