Commit 6673822
committed
Fix "ERROR [launcher.sauce]: Can not start safari latest"
This commit addresses the following error in the Action Cable integration test:
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
... snip ...
UnsupportedPlatform - no images found for the specified caps
```
According to https://saucelabs.com/products/platform-configurator,
macOS Sonoma 14 is currently in beta on SauceLabs. Therefore, this change
uses macOS 13 Ventura and specifies Safari version 16, which is the default
Safari version for macOS 13 Ventura.1 parent 8c5567b commit 6673822
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments