From 2638c2eb857b4b0de1b6d6bf1c827e87b9dc502d Mon Sep 17 00:00:00 2001 From: ArthurW Date: Tue, 27 Aug 2024 20:18:45 +0200 Subject: [PATCH] fix CI --- .github/workflows/test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ab3e381..a23c681f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,10 +6,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - ocaml-compiler: ["4.11", "4.12", "4.13", "4.14"] - exclude: - - os: macos-latest - ocaml-compiler: "4.11" + ocaml-compiler: ["4.13", "4.14", "5.2"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4