Skip to content

Commit 2e9f120

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 8ca6d49 commit 2e9f120

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
@@ -404,7 +404,7 @@ task:
404404

405405

406406
task:
407-
name: macOS - Monterey - Meson
407+
name: macOS - Ventura - Meson
408408

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

431431
macos_instance:
432-
image: ghcr.io/cirruslabs/macos-monterey-base:latest
432+
image: ghcr.io/cirruslabs/macos-ventura-base:latest
433433

434434
sysinfo_script: |
435435
id

0 commit comments

Comments
 (0)