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 d54e1fc commit 83c7e2fCopy full SHA for 83c7e2f
.cirrus.yml
@@ -221,7 +221,7 @@ task:
221
222
223
task:
224
- name: macOS - Monterey
+ name: macOS - Ventura
225
226
env:
227
CPUS: 4 # always get that much for cirrusci macOS instances
@@ -239,7 +239,7 @@ task:
239
only_if: $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-os-only:.*' || $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-os-only:[^\n]*(macos|darwin|osx).*'
240
241
macos_instance:
242
- image: ghcr.io/cirruslabs/macos-monterey-base:latest
+ image: ghcr.io/cirruslabs/macos-ventura-base:latest
243
244
sysinfo_script: |
245
id
0 commit comments