From 3d35dae8ea68281489f9481a3e8a1a929627c32c Mon Sep 17 00:00:00 2001 From: Thomas VINCENT Date: Wed, 3 Jul 2024 13:32:21 +0200 Subject: [PATCH] fix CI build wheel macos arm64 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a78a426..94440229 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,8 +71,8 @@ jobs: python test/test.py build_wheels_macos: - name: Build ARM64 wheels on macos-11 - runs-on: macos-11 + name: Build ARM64 wheels on macos-latest + runs-on: macos-latest steps: - uses: actions/checkout@v4 - uses: pypa/cibuildwheel@v2.16.5