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 @@ -100,22 +100,22 @@ task:
100100 << : *CAT_LOGS
101101
102102task :
103- name : " x86_64 : macOS Catalina "
103+ name : " arm64 : macOS Monterey "
104104 macos_instance :
105- image : catalina- base
105+ image : ghcr.io/cirruslabs/macos-monterey- base:latest
106106 env :
107- # Cirrus gives us a fixed number of 12 virtual CPUs.
108- MAKEFLAGS : -j13
107+ # Cirrus gives us a fixed number of 4 virtual CPUs.
108+ MAKEFLAGS : -j5
109109 matrix :
110110 << : *ENV_MATRIX_SAN
111111 matrix :
112112 - env :
113- CC : gcc-9
113+ CC : gcc-11
114114 - env :
115115 CC : clang
116116 brew_script :
117117 - brew update
118- - brew install automake libtool gcc@9
118+ - brew install automake libtool gcc@11
119119 << : *MERGE_BASE
120120 test_script :
121121 - ./ci/cirrus.sh
You can’t perform that action at this time.
0 commit comments