Remove deprecated macos-12 and add macos-15

This commit is contained in:
Ion Gaztañaga
2024-11-27 21:58:51 +01:00
parent 866fd30df1
commit b421899221

View File

@@ -360,18 +360,15 @@ jobs:
#------------------
# MacOS, clang
#------------------
# Macos 12, clang
- toolset: clang
cxxstd: "11,14,17,20,2b"
os: macos-12
# Macos 13, clang
- toolset: clang
cxxstd: "11,14,17,20,2b"
cxxstd: "03,11,14,17,20,2b"
os: macos-13
# Macos 17, clang
- toolset: clang
cxxstd: "11,14,17,20,2b"
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}}