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.
1 parent 551f1f7 commit 6ed7ebbCopy full SHA for 6ed7ebb
.github/workflows/ci.yml
@@ -22,15 +22,26 @@ jobs:
22
fail-fast: false
23
matrix:
24
os:
25
+ # Linux
26
- ubuntu-latest
27
- ubuntu-24.04
28
- ubuntu-22.04
- - ubuntu-20.04
29
- - macos-latest
+ # Linux - ARM
30
+ - ubuntu-24.04-arm
31
+ - ubuntu-22.04-arm
32
+ # Legacy
33
- macos-13
- - macos-14 # M1 CPU
34
+ # M1 CPU
35
+ - macos-latest
36
+ - macos-14
37
+ - macos-15
38
+ - macos-26
39
+ # Windows
40
- windows-latest
41
+ - windows-2025
42
- windows-2022
43
+ # Windows ARM
44
+ - windows-11-arm
45
steps:
46
- uses: actions/checkout@v4
47
0 commit comments