File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,6 @@ global_task_template: &GLOBAL_TASK_TEMPLATE
55
55
<< : *CONTAINER_DEPENDS_TEMPLATE
56
56
<< : *MAIN_TEMPLATE
57
57
58
- macos_native_task_template : &MACOS_NATIVE_TASK_TEMPLATE
59
- << : *BASE_TEMPLATE
60
- check_clang_script :
61
- - clang --version
62
- brew_install_script :
63
- - brew install boost libevent qt@5 miniupnpc libnatpmp ccache zeromq qrencode libtool automake gnu-getopt
64
- << : *MAIN_TEMPLATE
65
-
66
58
compute_credits_template : &CREDITS_TEMPLATE
67
59
# https://cirrus-ci.org/pricing/#compute-credits
68
60
# Only use credits for pull requests to the main repo
@@ -328,7 +320,12 @@ task:
328
320
macos_instance :
329
321
# Use latest image, but hardcode version to avoid silent upgrades (and breaks)
330
322
image : ghcr.io/cirruslabs/macos-ventura-xcode:14.1 # https://cirrus-ci.org/guide/macOS
331
- << : *MACOS_NATIVE_TASK_TEMPLATE
323
+ << : *BASE_TEMPLATE
324
+ check_clang_script :
325
+ - clang --version
326
+ brew_install_script :
327
+ - brew install boost libevent qt@5 miniupnpc libnatpmp ccache zeromq qrencode libtool automake gnu-getopt
328
+ << : *MAIN_TEMPLATE
332
329
env :
333
330
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
334
331
CI_USE_APT_INSTALL : " no"
You can’t perform that action at this time.
0 commit comments