We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f002b commit b298faaCopy full SHA for b298faa
.cirrus.yml
@@ -202,6 +202,8 @@ task:
202
203
task:
204
name: 'macOS 11 native [gui] [no depends]'
205
+ # Intel macos is not supported anymore by cirrus, and elements doesn't build for arm64 yet
206
+ only_if: false
207
brew_install_script:
208
- brew install boost libevent berkeley-db4 qt@5 miniupnpc libnatpmp ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
209
<< : *GLOBAL_TASK_TEMPLATE
0 commit comments