From dcd0378ecbde68609b918d68461ea3cf6408c8c8 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 25 Sep 2023 22:40:06 +0200 Subject: [PATCH] Update Mac M1 jobs on Cirrus CI to Ventura --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 02cd40997f..d492061df8 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ macos_instance: - image: ghcr.io/cirruslabs/macos-monterey-xcode:latest + image: ghcr.io/cirruslabs/macos-ventura-xcode:latest task: name: AppleM1/LLVM