From f0751b16ffce8c34b4ed2c034e0c6ba8df43266c Mon Sep 17 00:00:00 2001 From: Nicolas Dusart Date: Thu, 1 Feb 2024 15:33:10 +0100 Subject: [PATCH] wip: ci --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b728b22..6c5a754 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,6 @@ env: TARGET_DIR: ./target CROSS_VERSION: v0.2.5 CLIPPY_RUST_VERSION: 1.75 - MIN_RUST_VERSION: 1.70 RUST_BACKTRACE: 1 jobs: @@ -24,9 +23,9 @@ jobs: fail-fast: false matrix: include: - - build: pinned + - build: minimal os: ubuntu-latest - rust: ${{ env.MIN_RUST_VERSION }} + rust: 1.70 - build: stable os: ubuntu-latest rust: stable