Skip to content

Commit 45f6219

Browse files
committed
Update OS matrix to reflect only systems from the past 3 years
1 parent 2b6949c commit 45f6219

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ jobs:
1212
matrix:
1313
os:
1414
- ubuntu-latest
15+
- ubuntu-24.04
1516
- ubuntu-22.04
16-
- ubuntu-20.04
1717
- macos-latest
18-
- macos-12
19-
- macos-11
18+
- macos-15
19+
- macos-14
20+
- macos-13
2021
# - windows-latest
2122
runs-on: ${{matrix.os}}
2223
env:

0 commit comments

Comments
 (0)