From d622d2bc2e8ec43116c8bcf8f331dfe207103c49 Mon Sep 17 00:00:00 2001 From: Shamil Mubarakshin <127750046+shamil-mubarakshin@users.noreply.github.com> Date: Tue, 23 Jan 2024 18:17:44 +0100 Subject: [PATCH] [macos] Fix links in preimage data (#9204) --- images/macos/scripts/build/configure-preimagedata.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/macos/scripts/build/configure-preimagedata.sh b/images/macos/scripts/build/configure-preimagedata.sh index ddd5d8f5e..d86ab3278 100644 --- a/images/macos/scripts/build/configure-preimagedata.sh +++ b/images/macos/scripts/build/configure-preimagedata.sh @@ -21,7 +21,7 @@ else fi release_label="macOS-${label_version}" -if is_VenturaX64 || is_SonomaX64; then +if is_Ventura || is_Sonoma; then software_url="https://github.com/actions/runner-images/blob/${image_label}/${image_version}/images/macos/${image_label}-Readme.md" releaseUrl="https://github.com/actions/runner-images/releases/tag/${image_label}%2F${image_version}" else