From d27e4e688a64914a0b7aaec1de91aa56f7ce70c2 Mon Sep 17 00:00:00 2001 From: "Stefan K. Seritan" Date: Tue, 11 Jun 2024 11:31:14 -0700 Subject: [PATCH] Revert cibuildwheel update. Org limit. Try an older mac image to see if we can get that to build. --- .github/workflows/autodeploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autodeploy.yml b/.github/workflows/autodeploy.yml index 8d40f811d..72840322d 100644 --- a/.github/workflows/autodeploy.yml +++ b/.github/workflows/autodeploy.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-13, windows-latest] steps: - uses: actions/checkout@v4 with: @@ -30,7 +30,7 @@ jobs: python-version: '3.10' - name: Build wheels - uses: pypa/cibuildwheel@v2.19 + uses: pypa/cibuildwheel@v2.1.2 env: CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* CIBW_BUILD_VERBOSITY: 1