Skip to content

Commit 5cb5d34

Browse files
committed
[DIAG] Attempt to fix "ERROR [launcher.sauce]: Can not start safari latest"
https://buildkite.com/rails/rails/builds/118358#01969a38-6324-4e5f-9ced-bff4b8b87599 ``` 04 05 2025 07:36:27.081:ERROR [launcher.sauce]: Can not start safari latest [init({"version":"latest","platform":"ANY","tags":[],"name":"ActionCable JS Client","tunnel-identifier":"karma1746344174","record-video":false,"record-screenshots":false,"device-orientation":null,"disable-popup-handler":true,"build":"Buildkite 01969a38-6324-4e5f-9ced-bff4b8b87599","public":null,"commandTimeout":300,"idleTimeout":90,"maxDuration":1800,"customData":{},"base":"SauceLabs","browserName":"safari"})] The environment you requested was unavailable. UnsupportedPlatform - no images found for the specified caps ``` According to https://saucelabs.com/products/platform-configurator macOS Sonoma 14 is beta under SauceLab then using macOS Ventura 13 and specify the Safari version 16.
1 parent 8c5567b commit 5cb5d34

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)