Skip to content

Commit

Permalink
fix runs-on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luigibonati committed Jun 12, 2024
1 parent 55b97bf commit 3a19793
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/PyPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
matrix:
# os: [macOS-latest, ubuntu-latest, windows-latest] # TODO use this when macOS-latest becomes stable again
# os: [macOS-13, ubuntu-latest, windows-latest] # TODO macOS-13 fails when building scipy with pip
os: [ubuntu-latest, windows-latest]
python-version: [3.8, 3.9, "3.10"]

steps:
Expand Down

0 comments on commit 3a19793

Please sign in to comment.