Skip to content

Commit

Permalink
Update MacOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Mar 13, 2024
1 parent 5f9c154 commit 437c413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,15 +186,15 @@ module.exports = function setKarmaConfig(config) {
chrome: {
base: 'BrowserStack',
os: 'OS X',
os_version: 'Catalina',
os_version: 'Monterey',
browser: 'chrome',
// We support Chrome 109.x per .browserslistrc
browser_version: '109.0',
},
safari: {
base: 'BrowserStack',
os: 'OS X',
os_version: 'Catalina',
os_version: 'Monterey',
browser: 'safari',
browser_version: '15.6',
},
Expand Down
2 changes: 1 addition & 1 deletion test/karma.conf.profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ module.exports = function setKarmaConfig(config) {
safari: {
base: 'BrowserStack',
os: 'OS X',
os_version: 'Catalina',
os_version: 'Monterey',
browser: 'safari',
browser_version: '15.6',
},
Expand Down

0 comments on commit 437c413

Please sign in to comment.