File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -282,13 +282,13 @@ task:
282
282
FILE_ENV : " ./ci/test/00_setup_env_mac.sh"
283
283
284
284
task :
285
- name : ' macOS 11 native [gui, sqlite only] [no depends]'
285
+ name : ' macOS 12 native [gui, sqlite only] [no depends]'
286
286
brew_install_script :
287
- - brew install boost libevent qt@5 miniupnpc libnatpmp ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
287
+ - brew install boost libevent qt@5 miniupnpc libnatpmp ccache zeromq qrencode sqlite libtool automake gnu-getopt
288
288
<< : *GLOBAL_TASK_TEMPLATE
289
289
osx_instance :
290
290
# Use latest image, but hardcode version to avoid silent upgrades (and breaks)
291
- image : big-sur- xcode-12.5 # https://cirrus-ci.org/guide/macOS
291
+ image : monterey- xcode-13.2 # https://cirrus-ci.org/guide/macOS
292
292
env :
293
293
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
294
294
CI_USE_APT_INSTALL : " no"
You can’t perform that action at this time.
0 commit comments