Skip to content

Commit c593a74

Browse files
authored
Merge pull request rails#55013 from yahonda/update_safari_at_saucelabs
Fix "ERROR [launcher.sauce]: Can not start safari latest"
2 parents 8c5567b + 6673822 commit c593a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actioncable/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if (process.env.CI) {
2525
config.customLaunchers = {
2626
sl_chrome: sauce("chrome", 70),
2727
sl_ff: sauce("firefox", 63),
28-
sl_safari: sauce("safari", "latest"),
28+
sl_safari: sauce("safari", "16", "macOS 13"),
2929
sl_edge: sauce("microsoftedge", 17.17134, "Windows 10"),
3030
}
3131

0 commit comments

Comments
 (0)