Skip to content

Commit ce5d7f8

Browse files
authored
Merge pull request #760 from span786/PA-6786-update-the-task-acceptance-tests-for-osx-15-x86_64
(PA-6786): Added osx-15-x86_64 support in task acceptance tests
2 parents 67cb890 + 299a8da commit ce5d7f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

task_spec/spec/acceptance/init_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ def log_output_errors(result)
4343
# the logic that determines the puppet_7_version variable below.
4444
def latest_platform_list
4545
%r{
46+
fedora-41|
4647
osx-15-arm64|
47-
fedora-41
48+
osx-15-x86_64
4849
}x
4950
end
5051

0 commit comments

Comments
 (0)