From 68a8cd4501b596bcf7110c4e22030f33574773c7 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Mon, 6 Oct 2025 11:44:43 +0200 Subject: [PATCH] cirrus.yml: switch back to org docker image paths These should work now that we have (automatically-updated) docker builds via .github/workflows/docker_builds.yml. Ref: https://github.com/fish-shell/fish-shell/pull/11884#discussion_r2405536855 --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index e56d25b56..273caca3a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -6,12 +6,12 @@ linux_task: matrix: - name: alpine container: &step - image: ghcr.io/krobelus/fish-ci/alpine:latest + image: ghcr.io/fish-shell/fish-ci/alpine:latest memory: 4GB - name: jammy container: <<: *step - image: ghcr.io/krobelus/fish-ci/jammy:latest + image: ghcr.io/fish-shell/fish-ci/jammy:latest tests_script: # cirrus at times gives us 32 procs and 2 GB of RAM # Unrestriced parallelism results in OOM