Skip to content

Commit d9a740d

Browse files
committed
[CI] Add swift 5.8 (except macos where it requires macos 13)
1 parent 7e0f21a commit d9a740d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

azure-pipelines.yml

+14
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ stages:
5050
WATCHOS_ACTIONS: 'clean test'
5151
WATCHOS_SIMULATOR: 'Apple Watch Series 6 (44mm)'
5252
UTILS_PW_XCF_FLAG: '--xcf'
53+
# macosSwift58:
54+
# imageName: 'macOS-13'
55+
# DEVELOPER_DIR: '/Applications/Xcode_14.3.app'
56+
# WATCHOS_ACTIONS: 'clean test'
57+
# WATCHOS_SIMULATOR: 'Apple Watch Series 6 (44mm)'
58+
# UTILS_PW_XCF_FLAG: '--xcf'
5359
pool:
5460
vmImage: $(imageName)
5561
variables:
@@ -109,6 +115,9 @@ stages:
109115
linuxSwift57:
110116
imageName: 'ubuntu-20.04'
111117
containerImage: 'swift:5.7.3-focal'
118+
linuxSwift58:
119+
imageName: 'ubuntu-20.04'
120+
containerImage: 'swift:5.8-focal'
112121
pool:
113122
vmImage: $(imageName)
114123
container: $[ variables['containerImage'] ]
@@ -142,6 +151,11 @@ stages:
142151
SWIFT_VERSION: '5.7.3'
143152
ICU_PATH: 'C:\Program Files\swift\icu-69.1\usr\bin'
144153
SWIFT_DEV_PATH: 'C:\Program Files\swift\runtime-development\usr\bin'
154+
windowsSwift58:
155+
imageName: 'windows-2019'
156+
SWIFT_VERSION: '5.8'
157+
ICU_PATH: 'C:\Program Files\swift\icu-69.1\usr\bin'
158+
SWIFT_DEV_PATH: 'C:\Program Files\swift\runtime-development\usr\bin'
145159
pool:
146160
vmImage: $(imageName)
147161
variables:

0 commit comments

Comments
 (0)