From d90e5955dc0782f5b29d339d147d79d83909bf5c Mon Sep 17 00:00:00 2001 From: Simmo Saan Date: Fri, 26 Jul 2024 11:04:03 +0300 Subject: [PATCH] Limit CI to macos-latest 4.14.x --- .github/workflows/tests.yml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e8284c4df..82bf839c1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,27 +11,11 @@ jobs: fail-fast: false matrix: os: - - macos-13 - - ubuntu-latest + - macos-latest + # - ubuntu-latest # - windows-latest ocaml-version: - - 4.05.0 - - 4.06.1 - - 4.07.1 - - 4.08.1 - - 4.09.1 - - 4.10.1 - - 4.11.2 - - 4.12.0 - - 4.13.1 - 4.14.x - - 5.0.0 - - 5.1.0 - - 5.2.0 - - include: - - os: macos-latest - ocaml-version: 4.14.x runs-on: ${{ matrix.os }}