From 2665eda0834864390cba602059c1d4d2ab7b124c 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