From 2af3dc37ae80745e5a97581656ccaa0c75ee4a4b Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 30 Jan 2024 18:45:50 +0200 Subject: [PATCH] Test on macOS M1 --- .github/workflows/wheels.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 1140aaaad52..0b6ebcff563 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -2,14 +2,14 @@ name: Wheels on: push: - paths: - - ".ci/requirements-cibw.txt" - - ".github/workflows/wheel*" - - "wheels/*" - - "winbuild/build_prepare.py" - - "winbuild/fribidi.cmake" - tags: - - "*" +# paths: +# - ".ci/requirements-cibw.txt" +# - ".github/workflows/wheel*" +# - "wheels/*" +# - "winbuild/build_prepare.py" +# - "winbuild/fribidi.cmake" +# tags: +# - "*" pull_request: paths: - ".ci/requirements-cibw.txt" @@ -99,7 +99,7 @@ jobs: cibw_arch: x86_64 macosx_deployment_target: "10.10" - name: "macOS arm64" - os: macos-latest + os: macos-14 cibw_arch: arm64 macosx_deployment_target: "11.0" - name: "manylinux2014 and musllinux x86_64"