Skip to content

Commit 8a01fcb

Browse files
committed
Add more CI test platforms
Ensure this action would pass on all available GitHub runners
1 parent 2686486 commit 8a01fcb

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,18 @@ jobs:
1818
strategy:
1919
matrix:
2020
os:
21+
- ubuntu-latest
22+
- ubuntu-24.04
2123
- ubuntu-22.04
2224
- ubuntu-20.04
23-
- windows-2022
24-
- windows-2019
25-
- macos-14
26-
- macos-13
25+
- macos-latest
26+
- macos-11
2727
- macos-12
28+
- macos-13
29+
- macos-14 # M1 CPU
30+
- windows-latest
31+
- windows-2019
32+
- windows-2022
2833
steps:
2934
- uses: actions/checkout@v4
3035

0 commit comments

Comments
 (0)