From 3bee276028958c5fd5f90a7ff92a7215c7206207 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sat, 6 Feb 2021 12:22:20 -0500 Subject: [PATCH] try to fix stupid CI --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 214a7ff4..f4d192ab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,8 @@ jobs: name: Build strategy: matrix: - os: [macos-latest, ubuntu-latest, windows-latest] + #os: [macos-latest, ubuntu-latest, windows-latest] + os: [macos-latest, ubuntu-latest] ocaml: [ '4.08.0', '4.03.0', '4.11.0' ] runs-on: ${{ matrix.os }} steps: