Skip to content

Commit aec1495

Browse files
committed
Remove macos-13 and add macos-26 runners
1 parent 754ef1f commit aec1495

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,15 +367,15 @@ jobs:
367367
#------------------
368368
# MacOS, clang
369369
#------------------
370-
- toolset: clang
371-
cxxstd: "11,14,17,20,2b"
372-
os: macos-13
373370
- toolset: clang
374371
cxxstd: "11,14,17,20,2b"
375372
os: macos-14
376373
- toolset: clang
377374
cxxstd: "11,14,17,20,2b"
378375
os: macos-15
376+
- toolset: clang
377+
cxxstd: "11,14,17,20,23,2c"
378+
os: macos-26
379379

380380
timeout-minutes: 240
381381
runs-on: ${{matrix.os}}

0 commit comments

Comments
 (0)