2
0
mirror of https://github.com/boostorg/move.git synced 2026-01-19 04:22:10 +00:00

Remove macos-13 and add macos-26 runners

This commit is contained in:
Ion Gaztañaga
2025-11-05 08:17:20 +01:00
parent 754ef1f5ba
commit aec14953a6

View File

@@ -367,15 +367,15 @@ jobs:
#------------------
# MacOS, clang
#------------------
- toolset: clang
cxxstd: "11,14,17,20,2b"
os: macos-13
- toolset: clang
cxxstd: "11,14,17,20,2b"
os: macos-14
- toolset: clang
cxxstd: "11,14,17,20,2b"
os: macos-15
- toolset: clang
cxxstd: "11,14,17,20,23,2c"
os: macos-26
timeout-minutes: 240
runs-on: ${{matrix.os}}