Skip to content

Commit 7b423ac

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.cirrus.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ 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:

0 commit comments

Comments
 (0)