Skip to content

Commit 2624cc0

Browse files
committed
Add more runner
1 parent 353d1ec commit 2624cc0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
os: [macos-latest]
28+
os: [macos-26, macos-26-intel, macos-15, macos-15-intel]
2929
compiler:
3030
- {c: clang, cpp: clang++}
3131
sanitize: [address, undefined, thread]

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
os: [windows-latest]
26+
os: [windows-2025, windows-2022]
2727
build_system: [cmake]
2828

2929
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)