Skip to content

Commit c4a96d9

Browse files
committed
ci: fix ci
1 parent f0c60fe commit c4a96d9

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/test_upload.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ version }-{ target
4141
bin-dir = "{ bin }{ binary-ext }"
4242
pkg-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

0 commit comments

Comments
 (0)