Skip to content

Commit ec85e01

Browse files
committed
fix: Update the SauceLabs Safari profile to match isomorphic-git
1 parent 8f6a79d commit ec85e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

karma.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ module.exports = function (config) {
8585
sl_safari: {
8686
base: 'SauceLabs',
8787
browserName: 'safari',
88-
platform: 'macOS 10.15',
89-
version: '13.1',
88+
platform: 'macOS 11.00',
89+
version: '14',
9090
},
9191
sl_ios_safari: {
9292
base: 'SauceLabs',

0 commit comments

Comments
 (0)