Skip to content

Commit

Permalink
Disable failing windows-4.14 tests (cannot install core)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Oct 27, 2024
1 parent 7291c9d commit ff5c57c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/more-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
# We exclude the combination already tested in the 'ci' workflow.
- os: ubuntu-latest
ocaml-compiler: 5.2.x
# We exclude windows-4.14 - this fails when building core.
- os: windows-latest
ocaml-compiler: 4.14.x

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit ff5c57c

Please sign in to comment.