Skip to content

Commit

Permalink
test: ios 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasvh committed Dec 29, 2021
1 parent 1dbff29 commit 785a406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- os: macos-11
name: iOS Simulator Safari 15
targetBrowser: Safari_IOS_15
xcode: /Applications/Xcode_13.2.app
xcode: /Applications/Xcode_13.0.app
- os: windows-latest
name: Windows Internet Explorer 9 (Emulated)
targetBrowser: IE_9
Expand Down
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = function(config) {
base: 'MobileSafari',
name: 'iPhone 8',
platform: 'iOS',
sdk: '15.2'
sdk: '15.0'
},
SauceLabs_IE9: {
base: 'SauceLabs',
Expand Down

0 comments on commit 785a406

Please sign in to comment.