File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ stages:
4040 DEVELOPER_DIR : ' /Applications/Xcode_13.2.1.app'
4141 WATCHOS_ACTIONS : ' clean test'
4242 WATCHOS_SIMULATOR : ' Apple Watch Series 6 - 44mm'
43- # macosSwift56:
44- # imageName: 'macOS-12'
45- # DEVELOPER_DIR: '/Applications/Xcode_13.3.app'
46- # WATCHOS_ACTIONS: 'clean test'
47- # WATCHOS_SIMULATOR: 'Apple Watch Series 6 - 44mm'
43+ macosSwift56 :
44+ imageName : ' macOS-12'
45+ DEVELOPER_DIR : ' /Applications/Xcode_13.3.1 .app'
46+ WATCHOS_ACTIONS : ' clean test'
47+ WATCHOS_SIMULATOR : ' Apple Watch Series 6 - 44mm'
4848 pool :
4949 vmImage : $(imageName)
5050 steps :
@@ -87,7 +87,7 @@ stages:
8787 containerImage : ' swift:5.5.3-bionic'
8888 linuxSwift56 :
8989 imageName : ' ubuntu-18.04'
90- containerImage : ' swift:5.6-bionic'
90+ containerImage : ' swift:5.6.1 -bionic'
9191 pool :
9292 vmImage : $(imageName)
9393 container : $[ variables['containerImage'] ]
@@ -114,7 +114,7 @@ stages:
114114 SWIFT_VERSION : ' 5.5.3'
115115 windowsSwift56 :
116116 imageName : ' windows-2019'
117- SWIFT_VERSION : ' 5.6'
117+ SWIFT_VERSION : ' 5.6.1 '
118118 pool :
119119 vmImage : $(imageName)
120120 variables :
You can’t perform that action at this time.
0 commit comments