[macos] Fix URLs in configure-preimagedata.sh (#9880)

This commit is contained in:
Shamil Mubarakshin
2024-05-17 14:58:40 +02:00
committed by GitHub
parent ec4d691dad
commit 7cec68c4a6

View File

@@ -21,7 +21,7 @@ else
fi
release_label="macOS-${label_version}"
if is_Ventura || is_Sonoma; then
if is_Ventura || is_Sonoma || is_Monterey; 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