Skip to content

Commit 46a5c37

Browse files
committed
build: ensure x86_64-apple-darwin toolchain
1 parent 64d7e64 commit 46a5c37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,9 @@ jobs:
239239
CIBW_ARCHS_WINDOWS: AMD64
240240
CIBW_BEFORE_ALL_LINUX: >
241241
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y
242-
CIBW_BEFORE_ALL_MACOS: >
242+
CIBW_BEFORE_ALL_MACOS: |
243243
rustup target add aarch64-apple-darwin
244+
rustup target add x86_64-apple-darwin
244245
CIBW_ENVIRONMENT_LINUX: PATH=/root/.cargo/bin:$PATH
245246
CIBW_BUILD: ${{ matrix.py }}-${{ matrix.platform.name }}_*
246247
CIBW_TEST_COMMAND: python {project}/tests/test_py.py

0 commit comments

Comments
 (0)