Disable darwin M1 jobs by default

This commit is contained in:
Julian Ospald 2021-10-27 13:58:10 +02:00
parent b366a50af1
commit abd64cb3fa
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F

View File

@ -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 ########