Skip to content

Commit

Permalink
Remove *-apple-drawin target
Browse files Browse the repository at this point in the history
  • Loading branch information
zdz committed Feb 16, 2024
1 parent 198fabd commit 038ad03
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@ jobs:
use-cross: true
cargo-flags: ""

- os: macos-latest
target: x86_64-apple-darwin
suffix: ""
use-cross: false
cargo-flags: ""
- os: macos-latest
target: aarch64-apple-darwin
suffix: ""
use-cross: true
cargo-flags: ""
# - os: macos-latest
# target: x86_64-apple-darwin
# suffix: ""
# use-cross: false
# cargo-flags: ""
# - os: macos-latest
# target: aarch64-apple-darwin
# suffix: ""
# use-cross: true
# cargo-flags: ""

- os: windows-latest
target: x86_64-pc-windows-msvc
Expand Down

0 comments on commit 038ad03

Please sign in to comment.