From c9c82b5fd280f59398976fd4e5ef535ec990aeea Mon Sep 17 00:00:00 2001 From: zapashcanon Date: Fri, 13 Aug 2021 13:51:28 +0200 Subject: [PATCH] enable macOS and windows CI --- .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 28491c7..60ccc1d 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 + - windows-latest ocaml-compiler: - 4.03.x - 4.12.x