From a1eb235a83462cb97502e5767ed098936bc1699a Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 15 Nov 2024 19:28:22 -0800 Subject: [PATCH] Sort CI jobs in descending order by compiler version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42c71a86e..f8c352c01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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