Skip to content

Commit 0232979

Browse files
committed
ci: Update macOS image for CI
1 parent 4e7398f commit 0232979

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
@@ -101,22 +101,22 @@ task:
101101
<< : *CAT_LOGS
102102

103103
task:
104-
name: "x86_64: macOS Catalina"
104+
name: "arm64: macOS Monterey"
105105
macos_instance:
106-
image: catalina-base
106+
image: ghcr.io/cirruslabs/macos-monterey-base:latest
107107
env:
108-
# Cirrus gives us a fixed number of 12 virtual CPUs.
109-
MAKEFLAGS: -j13
108+
# Cirrus gives us a fixed number of 4 virtual CPUs.
109+
MAKEFLAGS: -j5
110110
matrix:
111111
<< : *ENV_MATRIX_SAN
112112
matrix:
113113
- env:
114-
CXX: g++-9
114+
CXX: gcc-11
115115
- env:
116116
CXX: clang++
117117
brew_script:
118118
- brew update
119-
- brew install automake libtool gcc@9
119+
- brew install automake libtool gcc@11
120120
<< : *MERGE_BASE
121121
test_script:
122122
- ./ci/cirrus.sh

0 commit comments

Comments
 (0)