Skip to content

Commit a93d870

Browse files
committed
ci: Update macOS image for CI
1 parent 022b959 commit a93d870

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.cirrus.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,22 +100,22 @@ task:
100100
<< : *CAT_LOGS
101101

102102
task:
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

0 commit comments

Comments
 (0)