Skip to content

Commit 6ed7ebb

Browse files
authored
Update CI workflow to include new OS versions
1 parent 551f1f7 commit 6ed7ebb

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,26 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os:
25+
# Linux
2526
- ubuntu-latest
2627
- ubuntu-24.04
2728
- ubuntu-22.04
28-
- ubuntu-20.04
29-
- macos-latest
29+
# Linux - ARM
30+
- ubuntu-24.04-arm
31+
- ubuntu-22.04-arm
32+
# Legacy
3033
- macos-13
31-
- macos-14 # M1 CPU
34+
# M1 CPU
35+
- macos-latest
36+
- macos-14
37+
- macos-15
38+
- macos-26
39+
# Windows
3240
- windows-latest
41+
- windows-2025
3342
- windows-2022
43+
# Windows ARM
44+
- windows-11-arm
3445
steps:
3546
- uses: actions/checkout@v4
3647

0 commit comments

Comments
 (0)