We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 198fabd commit 038ad03Copy full SHA for 038ad03
1 file changed
.github/workflows/release.yml
@@ -48,16 +48,16 @@ jobs:
48
use-cross: true
49
cargo-flags: ""
50
51
- - os: macos-latest
52
- target: x86_64-apple-darwin
53
- suffix: ""
54
- use-cross: false
55
- cargo-flags: ""
56
57
- target: aarch64-apple-darwin
58
59
- use-cross: true
60
+ # - os: macos-latest
+ # target: x86_64-apple-darwin
+ # suffix: ""
+ # use-cross: false
+ # cargo-flags: ""
+ # target: aarch64-apple-darwin
+ # use-cross: true
61
62
- os: windows-latest
63
target: x86_64-pc-windows-msvc
0 commit comments