mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
[macos] Fix links in preimage data (#9204)
This commit is contained in:
committed by
GitHub
parent
cbc79f8a0c
commit
d622d2bc2e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user