Skip to content

Commit 299a8da

Browse files
committed
(PA-6786): Added osx-15-x86_64 support in task acceptance tests
1 parent a9bbea7 commit 299a8da

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)