File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ jobs:
4444 - target : i686-pc-windows-msvc
4545 os : windows-latest
4646 build_tool : cargo
47- # - target: aarch64-apple-darwin
48- # os: macos-latest
49- # build_tool: cargo
50- # - target: x86_64-apple-darwin
51- # os: macos-latest
52- # build_tool: cargo
53- - target : universal-apple-darwin
47+ - target : aarch64-apple-darwin
5448 os : macos-latest
5549 build_tool : cargo
50+ - target : x86_64-apple-darwin
51+ os : macos-latest
52+ build_tool : cargo
53+ # - target: universal-apple-darwin
54+ # os: macos-latest
55+ # build_tool: cargo
5656
5757 # Builds using cross
5858 - target : aarch64-unknown-linux-gnu
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ version }-{ target
4141bin-dir = " { bin }{ binary-ext }"
4242pkg-fmt = " tgz"
4343
44- # Mac x86_64 and aarch64 use the same universal binary.
45- [package .metadata .binstall .overrides .x86_64-apple-darwin ]
46- pkg-url = " { repo }/releases/download/v{ version }/{ name }-{ version }-universal-apple-darwin.tar.gz"
44+ # # Mac x86_64 and aarch64 use the same universal binary.
45+ # [package.metadata.binstall.overrides.x86_64-apple-darwin]
46+ # pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ version }-universal-apple-darwin.tar.gz"
4747
48- [package .metadata .binstall .overrides .aarch64-apple-darwin ]
49- pkg-url = " { repo }/releases/download/v{ version }/{ name }-{ version }-universal-apple-darwin.tar.gz"
48+ # [package.metadata.binstall.overrides.aarch64-apple-darwin]
49+ # pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ version }-universal-apple-darwin.tar.gz"
5050
You can’t perform that action at this time.
0 commit comments