From 960f5d82de56018d0d0ce1e3d7831025b4131ce1 Mon Sep 17 00:00:00 2001 From: Martin Holters Date: Tue, 7 May 2024 14:31:26 +0200 Subject: [PATCH] Exclude Julia v1.4 on MacOS from CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f78bb06..8871112 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,9 @@ jobs: julia-arch: [x64, x86] os: [ubuntu-latest, windows-latest, macOS-latest] exclude: + - os: macOS-latest + julia-version: '1.4' + julia-arch: x64 - os: macOS-latest julia-arch: x86 steps: