Cirrus CI: Update the macOS task image

Based on https://cirrus-ci.org/guide/macOS/.

This will avoid the warning:
Only ghcr.io/cirruslabs/macos-runner:sonoma is allowed. Automatically
upgraded.
This commit is contained in:
Francois-Xavier Le Bail 2024-11-08 15:57:18 +01:00 committed by fxlb
parent c0677574af
commit 3b11c29db4

View File

@ -52,7 +52,7 @@ macos_task:
name: macos-aarch64
only_if: $CIRRUS_BRANCH != 'coverity_scan'
macos_instance:
image: ghcr.io/cirruslabs/macos-ventura-xcode:14.1 # macOS 13 with Xcode 14.1
image: ghcr.io/cirruslabs/macos-runner:sonoma # last 3 versions of Xcode
env:
MAKEFLAGS: '-j 4'
script: