mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
ci: fix macos action runners (#2757)
This commit is contained in:
parent
eeda86bd5e
commit
ed57781594
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -101,22 +101,22 @@ jobs:
|
|||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
name: OSX Safari Stable
|
name: OSX Safari Stable
|
||||||
targetBrowser: Safari_Stable
|
targetBrowser: Safari_Stable
|
||||||
- os: macos-latest
|
- os: macos-10.15
|
||||||
name: iOS Simulator Safari 12
|
name: iOS Simulator Safari 12
|
||||||
targetBrowser: Safari_IOS_12
|
targetBrowser: Safari_IOS_12
|
||||||
xcode: /Applications/Xcode_10.3.app
|
xcode: /Applications/Xcode_10.3.app
|
||||||
- os: macos-latest
|
- os: macos-10.15
|
||||||
name: iOS Simulator Safari 13
|
name: iOS Simulator Safari 13
|
||||||
targetBrowser: Safari_IOS_13
|
targetBrowser: Safari_IOS_13
|
||||||
xcode: /Applications/Xcode_11.6_beta.app
|
xcode: /Applications/Xcode_11.7.app
|
||||||
- os: macos-latest
|
- os: macos-10.15
|
||||||
name: iOS Simulator Safari 14
|
name: iOS Simulator Safari 14
|
||||||
targetBrowser: Safari_IOS_14
|
targetBrowser: Safari_IOS_14
|
||||||
xcode: /Applications/Xcode_12_beta.app
|
xcode: /Applications/Xcode_12.4.app
|
||||||
- os: macos-11
|
- os: macos-11
|
||||||
name: iOS Simulator Safari 15
|
name: iOS Simulator Safari 15
|
||||||
targetBrowser: Safari_IOS_15
|
targetBrowser: Safari_IOS_15
|
||||||
xcode: /Applications/Xcode_13.0.app
|
xcode: /Applications/Xcode_13.2.app
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
name: Windows Internet Explorer 9 (Emulated)
|
name: Windows Internet Explorer 9 (Emulated)
|
||||||
targetBrowser: IE_9
|
targetBrowser: IE_9
|
||||||
|
@ -34,19 +34,19 @@ module.exports = function(config) {
|
|||||||
base: 'MobileSafari',
|
base: 'MobileSafari',
|
||||||
name: 'iPhone 8',
|
name: 'iPhone 8',
|
||||||
platform: 'iOS',
|
platform: 'iOS',
|
||||||
sdk: '13.6'
|
sdk: '13.7'
|
||||||
},
|
},
|
||||||
Safari_IOS_14: {
|
Safari_IOS_14: {
|
||||||
base: 'MobileSafari',
|
base: 'MobileSafari',
|
||||||
name: 'iPhone 8',
|
name: 'iPhone 8',
|
||||||
platform: 'iOS',
|
platform: 'iOS',
|
||||||
sdk: '14.0'
|
sdk: '14.4'
|
||||||
},
|
},
|
||||||
Safari_IOS_15: {
|
Safari_IOS_15: {
|
||||||
base: 'MobileSafari',
|
base: 'MobileSafari',
|
||||||
name: 'iPhone 8',
|
name: 'iPhone 8',
|
||||||
platform: 'iOS',
|
platform: 'iOS',
|
||||||
sdk: '15.0'
|
sdk: '15.2'
|
||||||
},
|
},
|
||||||
SauceLabs_IE9: {
|
SauceLabs_IE9: {
|
||||||
base: 'SauceLabs',
|
base: 'SauceLabs',
|
||||||
|
Loading…
Reference in New Issue
Block a user