From 02e2ae61d2d8b49f8c80f7ffe8ba9878915a51a5 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 19 Nov 2021 10:11:46 -0500 Subject: [PATCH] chore: disable macOS in 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 7fca38d..a15262d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,9 +12,10 @@ jobs: strategy: matrix: os: - - macos-latest - ubuntu-latest - windows-latest + # macOS is just too slow, ugh + #- macos-latest ocaml-compiler: - 4.03.x - 4.08.x