From 0a61bfe6a67b6b493633640fe156f4fe85bd2576 Mon Sep 17 00:00:00 2001 From: MARCHAND MANON Date: Mon, 27 May 2024 12:07:10 +0200 Subject: [PATCH] ci: edit macos target --- .github/workflows/deploy.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 281114f7..8d67d1eb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -158,7 +158,7 @@ jobs: MATURIN_PASSWORD: ${{ secrets.PYPI_PASSWORD_FXP }} run: | #python3 -m pip install maturin - rustup target add aarch64-apple-darwin + rustup target add x86_64-apple-darwin pip install --upgrade pip pip install maturin maturin -V diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d163c62b..32e8e654 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,7 +63,7 @@ jobs: - name: "Build and test wheel for Python ${{ matrix.python-version }} on MacOS" run: | # Install, create and activate a python virtualenv - rustup target add aarch64-apple-darwin + rustup target add x86_64-apple-darwin pip install virtualenv virtualenv mocpy-env source mocpy-env/bin/activate