Skip to content

Commit a16bc75

Browse files
committed
CI to test Apple Intel
1 parent 6660170 commit a16bc75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,13 @@ jobs:
153153
cargo run --manifest-path example_projects/frozen_stdlib/Cargo.toml
154154
if: runner.os == 'Linux'
155155

156-
- name: prepare AppleSilicon build
156+
- name: prepare Intel MacOS build
157157
uses: dtolnay/rust-toolchain@stable
158158
with:
159-
target: aarch64-apple-darwin
159+
target: x86_64-apple-darwin
160160
if: runner.os == 'macOS'
161-
- name: Check compilation for Apple Silicon
162-
run: cargo check --target aarch64-apple-darwin
161+
- name: Check compilation for Intel MacOS
162+
run: cargo check --target x86_64-apple-darwin
163163
if: runner.os == 'macOS'
164164
- name: prepare iOS build
165165
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)