Skip to content

Commit

Permalink
Build only on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jul 14, 2024
1 parent 85062e0 commit 5f2e1d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-wheel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2022, macos-13]
# os: [ubuntu-20.04, windows-2022, macos-13]
os: [ubuntu-20.04]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5f2e1d4

Please sign in to comment.