No need for slow macOS CI if there is no platform-specific code

This commit is contained in:
David Tolnay 2023-08-20 20:57:42 -07:00
parent 110af31b48
commit d593215ef7
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -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