Skip to content

Commit a619311

Browse files
committed
ci: macos x86 libs instead of arm-64
1 parent 578f8cb commit a619311

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-libs.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,13 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v3
3333
- run: |
34-
rustup target add aarch64-apple-darwin
3534
rustup target add aarch64-apple-ios
3635
cd rust
37-
cargo build --release --target=aarch64-apple-darwin
36+
cargo build --release
3837
cargo build --release --target=aarch64-apple-ios
3938
- uses: actions/upload-artifact@v3
4039
with:
4140
name: RustLib
4241
path: |
43-
rust/target/aarch64-apple-darwin/release/librust.a
42+
rust/target/release/librust.dylib
4443
rust/target/aarch64-apple-ios/release/librust.a

0 commit comments

Comments
 (0)