[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 <acui@redhat.com>
(cherry picked from commit b5ac534960)
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Ashley Cui 2022-11-22 10:47:19 -05:00 committed by Lokesh Mandvekar
parent c20c32dc25
commit 4f8c1a820e

View File

@ -85,7 +85,7 @@ osx_task:
depends_on:
- validate
macos_instance:
image: catalina-xcode
image: ghcr.io/cirruslabs/macos-ventura-base:latest
setup_script: |
# /usr/local/opt/go@1.18 will be populated by (brew install go@1.18) below
export PATH=$GOPATH/bin:/usr/local/opt/go@1.18/bin:$PATH