diff options
author | Daniel P. Berrangé | 2022-11-16 18:50:23 +0100 |
---|---|---|
committer | Thomas Huth | 2022-11-17 09:58:11 +0100 |
commit | c70fe3b148c82f6dc2f13c2a98a430b81ba8a8b4 (patch) | |
tree | 1d560261b039ac49e571599e11a9cec6239abad5 /tests | |
parent | docs/system/s390x: Document the "loadparm" machine property (diff) | |
download | qemu-c70fe3b148c82f6dc2f13c2a98a430b81ba8a8b4.tar.gz qemu-c70fe3b148c82f6dc2f13c2a98a430b81ba8a8b4.tar.xz qemu-c70fe3b148c82f6dc2f13c2a98a430b81ba8a8b4.zip |
ci: replace x86_64 macos-11 with aarch64 macos-12
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é <berrange@redhat.com>
Message-Id: <20221116175023.80627-1-berrange@redhat.com>
Tested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests')
m--------- | tests/lcitool/libvirt-ci | 0 | ||||
-rwxr-xr-x | tests/lcitool/refresh | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/lcitool/libvirt-ci b/tests/lcitool/libvirt-ci -Subproject d40e203631eb3eacee17e8cf8fd20aa5152db62 +Subproject e3eb28cf2e17fbcf7fe7e19505ee432b8ec5bbb diff --git a/tests/lcitool/refresh b/tests/lcitool/refresh index ce0b24c0b1..fa966e4009 100755 --- a/tests/lcitool/refresh +++ b/tests/lcitool/refresh @@ -176,7 +176,7 @@ try: # generate_cirrus("freebsd-12") generate_cirrus("freebsd-13") - generate_cirrus("macos-11") + generate_cirrus("macos-12") sys.exit(0) except Exception as ex: |