Skip to content

Commit 8b874c7

Browse files
committed
fix ordering
1 parent 957e1c3 commit 8b874c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
strategy:
1919
matrix:
2020
os:
21-
- ubuntu-24.04
22-
- ubuntu-22.04
2321
- ubuntu-20.04
22+
- ubuntu-22.04
23+
- ubuntu-24.04
2424
- macos-11
2525
- macos-12
2626
- macos-13
@@ -55,8 +55,8 @@ jobs:
5555
matrix:
5656
os:
5757
- ubuntu-latest
58-
- windows-latest
5958
- macos-latest
59+
- windows-latest
6060
steps:
6161
- uses: actions/checkout@v4
6262

0 commit comments

Comments
 (0)