Skip to content

Commit

Permalink
github action macos-latest is aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
s1rius committed May 11, 2024
1 parent 62607ad commit eaf4e88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Add macOS rust std
if: ${{ runner.os == 'macOS' }}
run: >
rustup component add rust-src --toolchain nightly-2023-10-13-x86_64-apple-darwin
rustup component add rust-src --toolchain nightly-2023-10-13-aarch64-apple-darwin
- name: Build & Test - ezlog All Features
run: cargo test --manifest-path ./ezlog-core/Cargo.toml --verbose --all-features --no-fail-fast
- name: Build & Test - ezlog_cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Add macOS rust std
run: >
rustup component add rust-src --toolchain nightly-2023-10-13-x86_64-apple-darwin
rustup component add rust-src --toolchain nightly-2023-10-13-aarch64-apple-darwin
- name: Build xcframework
working-directory: ./ios
Expand Down

0 comments on commit eaf4e88

Please sign in to comment.