Skip to content

Commit 09fa97d

Browse files
authored
CI to test Apple Intel (RustPython#6465)
1 parent 898fe85 commit 09fa97d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

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

161-
- name: prepare AppleSilicon build
161+
- name: prepare Intel MacOS build
162162
uses: dtolnay/rust-toolchain@stable
163163
with:
164-
target: aarch64-apple-darwin
164+
target: x86_64-apple-darwin
165165
if: runner.os == 'macOS'
166-
- name: Check compilation for Apple Silicon
167-
run: cargo check --target aarch64-apple-darwin
166+
- name: Check compilation for Intel MacOS
167+
run: cargo check --target x86_64-apple-darwin
168168
if: runner.os == 'macOS'
169169
- name: prepare iOS build
170170
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)