From b5ac534960bd4188f7fd847cec3225f55714abc4 Mon Sep 17 00:00:00 2001 From: Ashley Cui Date: Tue, 22 Nov 2022 10:47:19 -0500 Subject: [PATCH] [CI:BUILD] Cirrus: Migrate OSX task to M1 Migrate our OSX build to a M1 instance, since Cirrus is sunsetting Intel-based macOS instances. Signed-off-by: Ashley Cui --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 45eb4e91..167b31ab 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -82,7 +82,7 @@ osx_task: depends_on: - validate macos_instance: - image: catalina-xcode + image: ghcr.io/cirruslabs/macos-ventura-base:latest setup_script: | export PATH=$GOPATH/bin:$PATH brew update