Skip to content

Commit a1eb235

Browse files
committed
Sort CI jobs in descending order by compiler version
1 parent 3c2e2db commit a1eb235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
rust: [nightly, beta, stable, 1.82.0, 1.70.0, 1.74.0]
24+
rust: [nightly, beta, stable, 1.82.0, 1.74.0, 1.70.0]
2525
os: [ubuntu]
2626
include:
2727
- name: Cargo on macOS

0 commit comments

Comments
 (0)