From 4ec381d7b99fa7afc52a51e4d84e0cd9274fdade Mon Sep 17 00:00:00 2001 From: Mathieu Barbin Date: Tue, 10 Sep 2024 17:36:16 +0200 Subject: [PATCH] Attempt to disable macsos & windows ci for 4.08.x Signed-off-by: Mathieu Barbin --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cab0902..50578d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,12 @@ jobs: ocaml-compiler: - 5.2.x - 4.14.x - - 4.08.x + include: + # OCaml 4.08.x: ubuntu-latest only as macos & windows fail + # Keep the minimal version of OCaml in sync in here, `dune-project` + # and `dune-workspace.dev`. + - ocaml-compiler: 4.08.x + os: ubuntu-latest runs-on: ${{ matrix.os }}