We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898fe85 commit 09fa97dCopy full SHA for 09fa97d
1 file changed
.github/workflows/ci.yaml
@@ -158,13 +158,13 @@ jobs:
158
cargo run --manifest-path example_projects/frozen_stdlib/Cargo.toml
159
if: runner.os == 'Linux'
160
161
- - name: prepare AppleSilicon build
+ - name: prepare Intel MacOS build
162
uses: dtolnay/rust-toolchain@stable
163
with:
164
- target: aarch64-apple-darwin
+ target: x86_64-apple-darwin
165
if: runner.os == 'macOS'
166
- - name: Check compilation for Apple Silicon
167
- run: cargo check --target aarch64-apple-darwin
+ - name: Check compilation for Intel MacOS
+ run: cargo check --target x86_64-apple-darwin
168
169
- name: prepare iOS build
170
0 commit comments