Skip to content

Commit

Permalink
ci: remove depr. macos 12 tests, rely on macos 14
Browse files Browse the repository at this point in the history
  • Loading branch information
tirithen committed Jan 21, 2025
1 parent cbb999b commit 34fecba
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,6 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo test

test_all_macos12:
name: cargo test all features (macos 12)
needs:
- test_all_ubuntu
- test_ubuntu
runs-on: macos-12
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo test --all-features

test_all_macos14_arm64:
name: cargo test all features (macos 14 arm64)
needs:
Expand All @@ -68,17 +57,6 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo test --all-features

test_macos12:
name: cargo test (macos 12)
needs:
- test_all_ubuntu
- test_ubuntu
runs-on: macos-12
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo test

test_macos14_arm64:
name: cargo test (macos 14 arm64)
needs:
Expand Down

0 comments on commit 34fecba

Please sign in to comment.