diff options
author | Thomas Huth <thuth@redhat.com> | 2024-10-21 14:47:22 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-11-04 14:16:07 +0100 |
commit | 9094f7c9340efc238e562420b3eb13c5e508a9af (patch) | |
tree | 0c5abaef1b3e382b46d33ea194ebe622717c8ff5 /tests/lcitool | |
parent | c94bee4cd6693c1c65ba43bb8970cf909dec378b (diff) |
.gitlab-ci.d/cirrus: Remove the macos-15 job
Cirrus-CI stopped providing the possibility to run macOS 15 jobs.
Quoting https://cirrus-ci.org/guide/macOS/ :
"Cirrus CI Cloud only allows ghcr.io/cirruslabs/macos-runner:sonoma image ..."
If you still try to run a Sequoia image, it gets automatically "upgraded"
to Sonoma instead. So the macos-15 job in the QEMU CI now does not
make sense anymore, thus let's remove it.
Message-ID: <20241021124722.139348-1-thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Acked-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/lcitool')
-rwxr-xr-x | tests/lcitool/refresh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lcitool/refresh b/tests/lcitool/refresh index 0f16f4d525..7cf882cda7 100755 --- a/tests/lcitool/refresh +++ b/tests/lcitool/refresh @@ -229,7 +229,6 @@ try: # generate_cirrus("freebsd-14") generate_cirrus("macos-14") - generate_cirrus("macos-15") # # VM packages lists |