From 67df6d60c3f780fc2a32985a50cb8cb6ac7dceee Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Thu, 27 Jun 2024 11:47:12 +0200 Subject: [PATCH] cirrus: fix broken macos artifacts URL The task got renamed but didn't fix the URL for the machine test task only the artifacts task url was fixed. Fixes 439fe90208 ("Minor: Rename the OSX Cross task") Signed-off-by: Paul Holzinger --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index f4efb1a797..ee4ab27b5c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -796,7 +796,7 @@ podman_machine_mac_task: clone_script: # artifacts from osx_alt_build_task - mkdir -p $CIRRUS_WORKING_DIR - cd $CIRRUS_WORKING_DIR - - $ARTCURL/OSX%20Cross/repo/repo.tbz + - $ARTCURL/Build%20for%20MacOS%20amd64%2Barm64/repo/repo.tbz - tar xjf repo.tbz # This host is/was shared with potentially many other CI tasks. # The previous task may have been canceled or aborted.