From ad57a132feed426c392410366ffdc6b68a168018 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Tue, 15 Nov 2022 13:40:37 -0500 Subject: [PATCH] Try less CPU --- .cirrus.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 19d8a22ce8..5be2ac155b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -114,11 +114,12 @@ task: name: "arm64: macOS Ventura" macos_instance: image: ghcr.io/cirruslabs/macos-ventura-base:latest + cpu: 1 + memory: 1G env: HOMEBREW_NO_AUTO_UPDATE: 1 HOMEBREW_NO_INSTALL_CLEANUP: 1 - # Cirrus gives us a fixed number of 12 virtual CPUs. Not that we even have that many jobs at the moment... - MAKEFLAGS: -j13 + MAKEFLAGS: -j1 matrix: << : *ENV_MATRIX env: