We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2686486 commit 8a01fcbCopy full SHA for 8a01fcb
1 file changed
.github/workflows/ci.yml
@@ -18,13 +18,18 @@ jobs:
18
strategy:
19
matrix:
20
os:
21
+ - ubuntu-latest
22
+ - ubuntu-24.04
23
- ubuntu-22.04
24
- ubuntu-20.04
- - windows-2022
- - windows-2019
25
- - macos-14
26
- - macos-13
+ - macos-latest
+ - macos-11
27
- macos-12
28
+ - macos-13
29
+ - macos-14 # M1 CPU
30
+ - windows-latest
31
+ - windows-2019
32
+ - windows-2022
33
steps:
34
- uses: actions/checkout@v4
35
0 commit comments