Skip to content

Commit 6805846

Browse files
committed
Add more test configurations
1 parent b61ac06 commit 6805846

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
runs-on:
30-
- ubuntu-latest
31-
- windows-latest
32-
- macos-latest
30+
- ubuntu-22.04
31+
- ubuntu-24.04
32+
- windows-2022
33+
- windows-2025
34+
- macos-13
35+
- macos-14
36+
- macos-15
3337

3438
runs-on: ${{ matrix.runs-on }}
3539
if: github.event.pull_request.head.repo.node_id == github.event.pull_request.base.repo.node_id

0 commit comments

Comments
 (0)