Skip to content

Commit

Permalink
ci work
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsta committed Feb 23, 2024
1 parent e58d75d commit 28e3f53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
#os: [ubuntu-20.04, windows-2019, macos-10.15]
os: [windows-latest, macos-14]
os: [windows-latest, macos-14, macos-13, macos=12, macos-11, macos-10]

steps:
- uses: actions/checkout@v4
Expand All @@ -34,4 +34,5 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl

0 comments on commit 28e3f53

Please sign in to comment.