Skip to content

Commit

Permalink
Disable ubuntu/windows GHA builds for now
Browse files Browse the repository at this point in the history
Ubuntu builds are extremely slow atm and time out for no apparent
reason. Windows builds currently have too many random test failures.
  • Loading branch information
sebthom committed May 22, 2024
1 parent 1f55331 commit cd29f51
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,11 @@ jobs:
matrix:
os:
# https://github.com/actions/runner-images#available-images
- ubuntu-latest
#- ubuntu-latest # TODO builds are extremely slow for no apparent reason and job currently times out after 15 minutes
- macos-12 # Intel
- macos-14 # ARM
- windows-latest
#- windows-latest # TODO currently too many random test failures
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'windows-latest' }} # TODO still random test failures on these platforms
timeout-minutes: 15

steps:
Expand Down

0 comments on commit cd29f51

Please sign in to comment.