From abd64cb3fa1346b71100abcb1cbf110c77d62c06 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 27 Oct 2021 13:58:10 +0200 Subject: [PATCH] Disable darwin M1 jobs by default --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9dcc0ba..a20b2a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -406,6 +406,7 @@ test:mac:aarch64: CABAL_VERSION: "3.6.2.0" needs: [] allow_failure: true + when: manual ######## freebsd test ######## @@ -566,6 +567,7 @@ release:darwin:aarch64: CABAL_VERSION: "3.6.2.0" MACOSX_DEPLOYMENT_TARGET: "10.7" allow_failure: true + when: manual ######## freebsd release ########