From d593215ef703d1fe343b62b00e21880dfe501007 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 20 Aug 2023 20:57:42 -0700 Subject: [PATCH] No need for slow macOS CI if there is no platform-specific code --- .github/workflows/ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c59200331..12da4dce1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,15 +108,6 @@ jobs: - uses: dtolnay/rust-toolchain@1.36.0 - run: cd serde && cargo build --no-default-features --features alloc - macos: - name: macOS - runs-on: macos-latest - timeout-minutes: 45 - steps: - - uses: actions/checkout@v3 - - uses: dtolnay/rust-toolchain@stable - - run: cd serde_derive && cargo check - minimal: name: Minimal versions runs-on: ubuntu-latest