Skip to content

Commit

Permalink
cibw: re-enable linux and macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Jun 17, 2024
1 parent 75cdc11 commit d11ee2f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit d11ee2f

Please sign in to comment.