mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 07:46:57 +00:00
[macos] Fix URLs in configure-preimagedata.sh (#9880)
This commit is contained in:
committed by
GitHub
parent
ec4d691dad
commit
7cec68c4a6
@@ -21,7 +21,7 @@ else
|
|||||||
fi
|
fi
|
||||||
release_label="macOS-${label_version}"
|
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"
|
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}"
|
releaseUrl="https://github.com/actions/runner-images/releases/tag/${image_label}%2F${image_version}"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user