From 90ad38de2084e5461b5ac094b26792e8e7484f02 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 16 Mar 2023 11:07:29 -0400 Subject: [PATCH] =?UTF-8?q?CI:=20disable=20mac=20OS=20=F0=9F=98=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 48cd431..96b0699 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,8 +13,8 @@ jobs: matrix: os: - ubuntu-latest - - macos-latest - #- windows-latest + # - macos-latest # build issues with `ar` (!!!) + #- windows-latest # certificate problem ocaml-compiler: - 4.03.x - 4.12.x