diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b449354..8b875ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,21 +74,21 @@ jobs: uses: codecov/codecov-action@v3 wheels: - if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') + #if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') needs: [lint, test] timeout-minutes: 15 strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-13, macos-14] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 with: fetch-depth: 0 # required for setuptools_scm - name: Build wheels - uses: pypa/cibuildwheel@v2.16.2 + uses: pypa/cibuildwheel@v2.17.0 env: - CIBW_BUILD: "cp*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64" + CIBW_BUILD: "cp*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*-macosx_11_0_arm64" CIBW_SKIP: "cp37-*" - uses: actions/upload-artifact@v4 with: