Skip to content

Commit afe1894

Browse files
committed
Replaced macos-13 with macos-15 in GitHub Actions.
The macos-13 image is retired, macos-15 is now available.
1 parent 15b4079 commit afe1894

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
@@ -467,11 +467,11 @@ jobs:
467467
- toolset: clang
468468
cxxstd64: "11,14,17,20,2b"
469469
instruction_set: "-"
470-
os: macos-13
470+
os: macos-14
471471
- toolset: clang
472-
cxxstd64: "11,14,17,20,2b"
472+
cxxstd64: "11,14,17,20,23"
473473
instruction_set: "-"
474-
os: macos-14
474+
os: macos-15
475475

476476
timeout-minutes: 30
477477
runs-on: ${{matrix.os}}

0 commit comments

Comments
 (0)