Skip to content

Commit

Permalink
Add back additional runners
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkahn committed Feb 25, 2024
1 parent 0e7b7e9 commit 77bd83f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# os: [ubuntu-20.04, windows-2022, macOS-12]
os: [windows-2022]
os: [ubuntu-20.04, windows-2022, macOS-12]
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 77bd83f

Please sign in to comment.