summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Heon <mheon@redhat.com>2024-07-09 14:27:15 -0400
committerMatt Heon <mheon@redhat.com>2024-07-10 08:06:08 -0400
commit2030f23c16582ccf2a9bae429503489df7136802 (patch)
treeef9a433a0889c398f606f2fc023b40df6a6ae9e7
parent3a5d54010a136c2d6186df3aa86c267e516131a1 (diff)
Undo a change to .cirrus.yml that depends on things not backported
Signed-off-by: Matt Heon <mheon@redhat.com>
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index be3891221..5e96f4075 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -814,7 +814,7 @@ podman_machine_mac_task:
clone_script: # artifacts from osx_alt_build_task
- mkdir -p $CIRRUS_WORKING_DIR
- cd $CIRRUS_WORKING_DIR
- - $ARTCURL/Build%20for%20MacOS%20amd64%2Barm64/repo/repo.tbz
+ - $ARTCURL/OSX%20Cross/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.