From d8c5b80afbea4c496b541e591c60a796e40acc67 Mon Sep 17 00:00:00 2001 From: Cuong Duong Date: Sat, 28 Sep 2024 22:02:05 +1000 Subject: [PATCH] Update wheel.yml --- .github/workflows/wheel.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index 5c4ef0d..33e2b57 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: ["macos-latest", "ubuntu-latest", "windows-latest", "macos-latest-xlarge"] + os: ["macos-13", "ubuntu-latest", "windows-latest", "macos-latest-xlarge"] cibw_arch: ["native"] # Build one wheel (ABI = none) using first build spec, then test on all python versions. cibw_build: ["cp39-* cp310-* cp311-*"] @@ -38,13 +38,6 @@ jobs: - name: "Checkout repo" uses: actions/checkout@v4 - # Temporary, until pipx is added to the macOS large runner image - - name: "Install pipx" - if: matrix.os == 'macos-latest-xlarge' - run: | - brew install pipx - pipx ensurepath - - name: "Restore RTools40" if: startsWith(runner.os, 'Windows') id: cache-rtools