From 200ea8acbe5cf4a973b52371087a608a1ac83053 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Thu, 1 Apr 2021 14:20:36 +0200
Subject: [PATCH] pause mac on gh action

---
 .github/workflows/ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7cec31609..792ec7db3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,11 +15,11 @@ jobs:
       fail-fast: false
       matrix:
         version:
-          - '1.5' 
-          - '1' 
+          - '1.5'
+          - '1'
         os:
           - ubuntu-latest
-          - macOS-latest
+          #- macOS-latest
           - windows-latest
         arch:
           - x64
@@ -34,4 +34,4 @@ jobs:
       - uses: julia-actions/julia-processcoverage@v1
       - uses: codecov/codecov-action@v1
         with:
-          file: lcov.info
\ No newline at end of file
+          file: lcov.info
-- 
GitLab