Skip to content

Commit 2b5add4

Browse files
committed
(PA-5893) Update the task acceptance tests for macOS 14 (Intel)
1 parent d86ca64 commit 2b5add4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

task_spec/spec/acceptance/init_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def log_output_errors(result)
5656
'7.18.0'
5757
when %r{osx-13}
5858
'7.26.0'
59-
when %r{el-9-aarch64}, %r{ubuntu-22.04-aarch64}, %r{amazon-2023-x86_64}, %r{amazon-2023-aarch64}
59+
when %r{el-9-aarch64}, %r{ubuntu-22.04-aarch64}, %r{amazon-2023-x86_64}, %r{amazon-2023-aarch64}, %r{osx-14}
6060
'latest'
6161
else
6262
'7.18.0'
@@ -71,7 +71,7 @@ def log_output_errors(result)
7171
# else
7272
# end
7373
case target_platform
74-
when %r{el-9-aarch64}, %r{ubuntu-22.04-aarch64}, %r{amazon-2023-x86_64}, %r{amazon-2023-aarch64}
74+
when %r{el-9-aarch64}, %r{ubuntu-22.04-aarch64}, %r{amazon-2023-x86_64}, %r{amazon-2023-aarch64}, %r{osx-14}
7575
puppet_7_collection = 'puppet7-nightly'
7676
puppet_8_collection = 'puppet8-nightly'
7777
else
@@ -89,7 +89,7 @@ def log_output_errors(result)
8989
# true
9090
# end
9191
multiple_puppet7_versions = case target_platform
92-
when %r{osx-13|el-9-aarch64}
92+
when %r{osx-13|osx-14|el-9-aarch64}
9393
false
9494
else
9595
true

tasks/install_shell.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ if [ -f "$PT__installdir/facts/tasks/bash.sh" ]; then
234234
"11") platform_version="11";;
235235
"12") platform_version="12";;
236236
"13") platform_version="13";;
237+
"14") platform_version="14";;
237238
*) echo "No builds for platform: $major_version"
238239
exit 1
239240
;;

0 commit comments

Comments
 (0)