On 16/11/2022 18.50, Daniel P. Berrangé wrote:
The Cirrus CI service has announced the intent to discontinue
support for x86_64 macOS CI runners. They already have aarch64
runners available and require all projects to switch to these
images before Jan 1st 2023. The different architecture is
merely determined by the image name requested.
For aarch64 they only support macOS 12 onwards. At the same
time our support policy only guarantees the most recent 2
major versions, so macOS 12 is already technically our min
version.
https://cirrus-ci.org/blog/2022/11/08/sunsetting-intel-macos-instances/
Signed-off-by: Daniel P. Berrangé <berra...@redhat.com>
---
.gitlab-ci.d/cirrus.yml | 12 ++++++------
.gitlab-ci.d/cirrus/{macos-11.vars => macos-12.vars} | 12 ++++++------
tests/lcitool/libvirt-ci | 2 +-
tests/lcitool/refresh | 2 +-
4 files changed, 14 insertions(+), 14 deletions(-)
rename .gitlab-ci.d/cirrus/{macos-11.vars => macos-12.vars} (74%)
Works for me:
https://gitlab.com/thuth/qemu/-/jobs/3336969845
Tested-by: Thomas Huth <th...@redhat.com>
I can pick this up for my next pull request.