Skip to content

Commit

Permalink
Disable building on ubuntu-latest until thermopack v2.2 manylinux2014…
Browse files Browse the repository at this point in the history
… wheel is available.
  • Loading branch information
vegardjervell committed Jul 26, 2024
1 parent 0dbef95 commit a8efb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [windows-latest, macOS-latest]

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

0 comments on commit a8efb7e

Please sign in to comment.