From b2e8f8b29d303f3febe61acb6d4b448b0c443bad Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 21 Dec 2021 11:31:53 -0500 Subject: [PATCH] chore: disable CI on windows temporarily --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 80a6d4ba..8bce6a32 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: matrix: os: - ubuntu-latest - - windows-latest + #- windows-latest # see https://github.com/ocaml/setup-ocaml/issues/361 #- macos-latest # clogs CI ocaml-compiler: - 4.08.x