We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2686486 + 163d97f commit 4f88640Copy full SHA for 4f88640
.github/workflows/ci.yml
@@ -18,13 +18,14 @@ jobs:
18
strategy:
19
matrix:
20
os:
21
- - ubuntu-22.04
22
- ubuntu-20.04
23
- - windows-2022
24
- - windows-2019
25
- - macos-14
26
- - macos-13
+ - ubuntu-22.04
+ - ubuntu-24.04
27
- macos-12
+ - macos-13
+ - macos-14 # M1 CPU
+ - windows-2019
28
+ - windows-2022
29
steps:
30
- uses: actions/checkout@v4
31
@@ -53,8 +54,8 @@ jobs:
53
54
55
56
- ubuntu-latest
- - windows-latest
57
- macos-latest
58
+ - windows-latest
59
60
61
0 commit comments