Skip to content

Commit

Permalink
Try less CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
sipa committed Nov 15, 2022
1 parent a27d0f8 commit ad57a13
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ad57a13

Please sign in to comment.