From d541593b5eb4c87d9609ff384daf8cacfff58374 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Sun, 12 Nov 2023 21:26:43 -0500 Subject: [PATCH] Build wheels for macOS arm64 using macos-*-xlarge runners Fixes #3. --- .github/workflows/cibuildwheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index c359c7e..1a26303 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -29,7 +29,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest, macos-latest-xlarge, windows-latest] steps: - uses: actions/checkout@v4