From b101ba1d8bbf4ec8f1c196b4cef7b375447c02c2 Mon Sep 17 00:00:00 2001 From: Alexandre Marcireau Date: Sun, 26 May 2024 15:42:32 +1000 Subject: [PATCH] Add x86 apple target --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index fd1ad0c..adfc672 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - - run: rustup target add aarch64-apple-darwin + - run: rustup target add aarch64-apple-darwin x86_64-apple-darwin if: startsWith(matrix.os, 'macos') - run: rustup target add i686-pc-windows-msvc if: startsWith(matrix.os, 'windows')