On 21/10/24 09:47, Thomas Huth wrote:
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 ..."

Odd, Sequoia is still available:

https://github.com/cirruslabs/macos-image-templates

  The following image variants are currently available:

  macos-{sequoia,sonoma}-base image has only brew pre-installed
  and the latest version of macOS available

and is still published:

https://github.com/cirruslabs/macos-image-templates/pkgs/container/macos-sequoia-vanilla

Ah now I see before [1] we had:

  Cirrus CI Cloud only allows images managed and regularly updated
  by us [2] where with Cirrus CLI you can run any Tart VM on your
  infrastructure.

[1] https://web.archive.org/web/20240122002234/https://cirrus-ci.org/guide/macOS/
[2] https://github.com/orgs/cirruslabs/packages

Acked-by: Philippe Mathieu-Daudé <phi...@linaro.org>

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.

Signed-off-by: Thomas Huth <th...@redhat.com>
---
  .gitlab-ci.d/cirrus.yml           | 20 ++------------------
  .gitlab-ci.d/cirrus/macos-15.vars | 16 ----------------
  tests/lcitool/refresh             |  1 -
  3 files changed, 2 insertions(+), 35 deletions(-)
  delete mode 100644 .gitlab-ci.d/cirrus/macos-15.vars


Reply via email to