Skip to content

Commit

Permalink
No need for slow macOS CI if there is no platform-specific code
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 21, 2023
1 parent 110af31 commit d593215
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d593215

Please sign in to comment.