Skip to content

Commit

Permalink
Sort CI jobs in descending order by compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 16, 2024
1 parent 3c2e2db commit a1eb235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.82.0, 1.70.0, 1.74.0]
rust: [nightly, beta, stable, 1.82.0, 1.74.0, 1.70.0]
os: [ubuntu]
include:
- name: Cargo on macOS
Expand Down

0 comments on commit a1eb235

Please sign in to comment.