Skip to content

Commit 83c7e2f

Browse files
committed
ci: Upgrade macOS version from 12 to 13.
Back-patch to 15, where in-tree CI began. Author: Justin Pryzby <pryzby@telsasoft.com> Discussion: https://postgr.es/m/1441145.1675300332%40sss.pgh.pa.us
1 parent d54e1fc commit 83c7e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ task:
221221

222222

223223
task:
224-
name: macOS - Monterey
224+
name: macOS - Ventura
225225

226226
env:
227227
CPUS: 4 # always get that much for cirrusci macOS instances
@@ -239,7 +239,7 @@ task:
239239
only_if: $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-os-only:.*' || $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-os-only:[^\n]*(macos|darwin|osx).*'
240240

241241
macos_instance:
242-
image: ghcr.io/cirruslabs/macos-monterey-base:latest
242+
image: ghcr.io/cirruslabs/macos-ventura-base:latest
243243

244244
sysinfo_script: |
245245
id

0 commit comments

Comments
 (0)