From 30bce12e942a930d5e59044c60cfdefe957b552d Mon Sep 17 00:00:00 2001 From: Pablo Greco Date: Thu, 26 Jan 2023 18:26:32 +0000 Subject: [PATCH] Disable unsupported test --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 15f233d69bd..f3ac6414010 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -202,6 +202,8 @@ task: task: name: 'macOS 11 native [gui] [no depends]' + # Intel macos is not supported anymore by cirrus, and elements doesn't build for arm64 yet + only_if: false brew_install_script: - brew install boost libevent berkeley-db4 qt@5 miniupnpc libnatpmp ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt << : *GLOBAL_TASK_TEMPLATE