Skip to content

Commit f2a76ae

Browse files
committed
(PA-6764) Add MacOS 15 ARM to the install-puppet script
1 parent c7968cf commit f2a76ae

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ if [ -n "$PT_mac_source" ]; then
364364
mac_source=$PT_mac_source
365365
else
366366
if [ "$nightly" = true ]; then
367-
mac_source='http://nightlies.puppet.com/downloads'
367+
mac_source='https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/downloads'
368368
else
369369
mac_source='http://downloads.puppet.com'
370370
fi
@@ -481,6 +481,7 @@ if true; then
481481
"12") platform_version="12";;
482482
"13") platform_version="13";;
483483
"14") platform_version="14";;
484+
"15") platform_version="15";;
484485
*) echo "No builds for platform: $major_version"
485486
exit 1
486487
;;

0 commit comments

Comments
 (0)