Skip to content

Commit 4f88640

Browse files
authored
Merge pull request #35 from nyurik/more-targets
Add more CI test platforms
2 parents 2686486 + 163d97f commit 4f88640

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ jobs:
1818
strategy:
1919
matrix:
2020
os:
21-
- ubuntu-22.04
2221
- ubuntu-20.04
23-
- windows-2022
24-
- windows-2019
25-
- macos-14
26-
- macos-13
22+
- ubuntu-22.04
23+
- ubuntu-24.04
2724
- macos-12
25+
- macos-13
26+
- macos-14 # M1 CPU
27+
- windows-2019
28+
- windows-2022
2829
steps:
2930
- uses: actions/checkout@v4
3031

@@ -53,8 +54,8 @@ jobs:
5354
matrix:
5455
os:
5556
- ubuntu-latest
56-
- windows-latest
5757
- macos-latest
58+
- windows-latest
5859
steps:
5960
- uses: actions/checkout@v4
6061

0 commit comments

Comments
 (0)