From ff5c57cb2bc76486fe626aafe778ad149b4d4b7a Mon Sep 17 00:00:00 2001 From: Mathieu Barbin Date: Sun, 27 Oct 2024 19:02:01 +0100 Subject: [PATCH] Disable failing windows-4.14 tests (cannot install core) --- .github/workflows/more-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/more-ci.yml b/.github/workflows/more-ci.yml index 6f8789e..5e8549b 100644 --- a/.github/workflows/more-ci.yml +++ b/.github/workflows/more-ci.yml @@ -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 }}