Skip to content

Commit 464c61c

Browse files
committed
Remove macos-13 and add macos-26 runners
1 parent e4e73da commit 464c61c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -402,15 +402,15 @@ jobs:
402402
#------------------
403403
# MacOS, clang
404404
#------------------
405-
- toolset: clang
406-
cxxstd: "11,14,17,20,2b"
407-
os: macos-13
408405
- toolset: clang
409406
cxxstd: "11,14,17,20,2b"
410407
os: macos-14
411408
- toolset: clang
412409
cxxstd: "11,14,17,20,2b"
413410
os: macos-15
411+
- toolset: clang
412+
cxxstd: "11,14,17,20,23,2c"
413+
os: macos-26
414414

415415
timeout-minutes: 240
416416
runs-on: ${{matrix.os}}

0 commit comments

Comments
 (0)