We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d81e8a commit 2ebaf95Copy full SHA for 2ebaf95
.cirrus.yml
@@ -404,7 +404,7 @@ task:
404
405
406
task:
407
- name: macOS - Monterey - Meson
+ name: macOS - Ventura - Meson
408
409
env:
410
CPUS: 4 # always get that much for cirrusci macOS instances
@@ -429,7 +429,7 @@ task:
429
only_if: $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-os-only:.*' || $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-os-only:[^\n]*(macos|darwin|osx).*'
430
431
macos_instance:
432
- image: ghcr.io/cirruslabs/macos-monterey-base:latest
+ image: ghcr.io/cirruslabs/macos-ventura-base:latest
433
434
sysinfo_script: |
435
id
0 commit comments