ci: Update the macOS CI jobs to Big Sur
Homebrew stopped working for the Catalina-based images. After updating
to Big Sur and adding an explicit "brew update", the pipelines go green
again.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210716074616.1176282-1-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/ci/cirrus-ci-macos-x86-64.yml b/ci/cirrus-ci-macos-x86-64.yml
index f72c8e1..676646f 100644
--- a/ci/cirrus-ci-macos-x86-64.yml
+++ b/ci/cirrus-ci-macos-x86-64.yml
@@ -1,8 +1,9 @@
macos_task:
osx_instance:
- image: catalina-base
+ image: big-sur-base
install_script:
+ - brew update
- brew install coreutils bash git gnu-getopt make qemu x86_64-elf-gcc
clone_script:
- git clone --depth 100 "@CI_REPOSITORY_URL@" .