From d98145668d6049f8a1b425078bdb1480d10314dd Mon Sep 17 00:00:00 2001
From: Justin Carpentier <justin.carpentier@inria.fr>
Date: Sat, 7 Jan 2023 17:46:14 +0100
Subject: [PATCH] ci: excluse some tests on OSX

---
 .github/workflows/macos-linux-conda.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.github/workflows/macos-linux-conda.yml b/.github/workflows/macos-linux-conda.yml
index e29d529d..2d6f9659 100644
--- a/.github/workflows/macos-linux-conda.yml
+++ b/.github/workflows/macos-linux-conda.yml
@@ -16,6 +16,15 @@ jobs:
         cxx_options: ['', '-mavx2']
         build_type: [Release, Debug]
 
+
+        exclude:
+          - build_type: Debug
+            cxx_options: -mavx2
+            os: macos-latest
+          - build_type: Release
+            cxx_options: -mavx2
+            os: macos-latest
+
     steps:
     - uses: actions/checkout@v2
       with:
-- 
GitLab