File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -101,22 +101,22 @@ task:
101101 << : *CAT_LOGS
102102
103103task :
104- name : " x86_64 : macOS Catalina "
104+ name : " arm64 : macOS Monterey "
105105 macos_instance :
106- image : catalina- base
106+ image : ghcr.io/cirruslabs/macos-monterey- base:latest
107107 env :
108- # Cirrus gives us a fixed number of 12 virtual CPUs.
109- MAKEFLAGS : -j13
108+ # Cirrus gives us a fixed number of 4 virtual CPUs.
109+ MAKEFLAGS : -j5
110110 matrix :
111111 << : *ENV_MATRIX_SAN
112112 matrix :
113113 - env :
114- CXX : g++-9
114+ CXX : gcc-11
115115 - env :
116116 CXX : clang++
117117 brew_script :
118118 - brew update
119- - brew install automake libtool gcc@9
119+ - brew install automake libtool gcc@11
120120 << : *MERGE_BASE
121121 test_script :
122122 - ./ci/cirrus.sh
You can’t perform that action at this time.
0 commit comments