ci: fix macos action runners (#2757)

This commit is contained in:
Niklas von Hertzen
2021-11-23 17:17:51 +08:00
committed by GitHub
parent eeda86bd5e
commit ed57781594
2 changed files with 9 additions and 9 deletions

View File

@ -34,19 +34,19 @@ module.exports = function(config) {
base: 'MobileSafari',
name: 'iPhone 8',
platform: 'iOS',
sdk: '13.6'
sdk: '13.7'
},
Safari_IOS_14: {
base: 'MobileSafari',
name: 'iPhone 8',
platform: 'iOS',
sdk: '14.0'
sdk: '14.4'
},
Safari_IOS_15: {
base: 'MobileSafari',
name: 'iPhone 8',
platform: 'iOS',
sdk: '15.0'
sdk: '15.2'
},
SauceLabs_IE9: {
base: 'SauceLabs',