Skip to content

Commit 038ad03

Browse files
committed
Remove *-apple-drawin target
1 parent 198fabd commit 038ad03

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ jobs:
4848
use-cross: true
4949
cargo-flags: ""
5050

51-
- os: macos-latest
52-
target: x86_64-apple-darwin
53-
suffix: ""
54-
use-cross: false
55-
cargo-flags: ""
56-
- os: macos-latest
57-
target: aarch64-apple-darwin
58-
suffix: ""
59-
use-cross: true
60-
cargo-flags: ""
51+
# - os: macos-latest
52+
# target: x86_64-apple-darwin
53+
# suffix: ""
54+
# use-cross: false
55+
# cargo-flags: ""
56+
# - os: macos-latest
57+
# target: aarch64-apple-darwin
58+
# suffix: ""
59+
# use-cross: true
60+
# cargo-flags: ""
6161

6262
- os: windows-latest
6363
target: x86_64-pc-windows-msvc

0 commit comments

Comments
 (0)