Skip to content

Commit ad57a13

Browse files
committed
Try less CPU
1 parent a27d0f8 commit ad57a13

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.cirrus.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,12 @@ task:
114114
name: "arm64: macOS Ventura"
115115
macos_instance:
116116
image: ghcr.io/cirruslabs/macos-ventura-base:latest
117+
cpu: 1
118+
memory: 1G
117119
env:
118120
HOMEBREW_NO_AUTO_UPDATE: 1
119121
HOMEBREW_NO_INSTALL_CLEANUP: 1
120-
# Cirrus gives us a fixed number of 12 virtual CPUs. Not that we even have that many jobs at the moment...
121-
MAKEFLAGS: -j13
122+
MAKEFLAGS: -j1
122123
matrix:
123124
<< : *ENV_MATRIX
124125
env:

0 commit comments

Comments
 (0)