Skip to content

Commit

Permalink
ci: remove duplicate macOS job
Browse files Browse the repository at this point in the history
  • Loading branch information
wfxr committed Jan 5, 2025
1 parent 5105fe6 commit dd9da10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
job:
- { os: ubuntu-latest, target: x86_64-unknown-linux-musl, features: "" }
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, features: "full" }
- { os: macos-latest, target: x86_64-apple-darwin, features: "full" }
- { os: windows-latest, target: x86_64-pc-windows-msvc, features: "full" }
- { os: macos-13, target: x86_64-apple-darwin, features: "full" }
- { os: macos-latest, target: x86_64-apple-darwin, features: "full" }
- { os: macos-latest, target: aarch64-apple-darwin, features: "full" }

steps:
Expand Down

0 comments on commit dd9da10

Please sign in to comment.