diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index e8f1123b..a6d3ef66 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -12,10 +12,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - include: - - os: macos-13 - macos-target: "13.0" - openblas-path: "/usr/local/opt/openblas" + os: [ubuntu-latest, macos-13, macos-14] + # os: [ubuntu-latest, windows-latest, macos-13, macos-14] steps: - uses: actions/checkout@v4 @@ -30,7 +28,7 @@ jobs: run: python -m cibuildwheel --output-dir wheelhouse env: CIBW_ENVIRONMENT: >- - CMAKE_PREFIX_PATH=${{ matrix.openblas-path }} + CMAKE_PREFIX_PATH=/usr/local/homebrew/opt/openblas;/opt/homebrew/opt/openblas - uses: actions/upload-artifact@v4 with: