]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci: Build on macOS 11 instead of macOS 10.15
authorAndrea Bolognani <abologna@redhat.com>
Mon, 15 Feb 2021 14:13:39 +0000 (15:13 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 16 Feb 2021 10:35:44 +0000 (11:35 +0100)
macOS builder capacity on Cirrus CI is quite limited, and so we
can't afford to keep the old build job around after adding the
new one like we do for FreeBSD.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
.gitlab-ci.yml
ci/cirrus/macos-11.vars [moved from ci/cirrus/macos-1015.vars with 100% similarity]

index 0f609cd8c7c115a94f541657bb3f7b21bbbd6b52..81a4e80fd8ea7a8f41423444135e504ebc2196bd 100644 (file)
@@ -424,13 +424,13 @@ x64-freebsd-12-build:
     UPDATE_COMMAND: pkg update
     INSTALL_COMMAND: pkg install -y
 
-x64-macos-1015-build:
+x64-macos-11-build:
   extends: .cirrus_build_job
   variables:
-    NAME: macos-1015
+    NAME: macos-11
     CIRRUS_VM_INSTANCE_TYPE: osx_instance
     CIRRUS_VM_IMAGE_SELECTOR: image
-    CIRRUS_VM_IMAGE_NAME: catalina-base
+    CIRRUS_VM_IMAGE_NAME: big-sur-base
     UPDATE_COMMAND: brew update
     INSTALL_COMMAND: brew install
     PATH_EXTRA: /usr/local/opt/ccache/libexec:/usr/local/opt/gettext/bin:/usr/local/opt/libpcap/bin:/usr/local/opt/libxslt/bin:/usr/local/opt/rpcgen/bin