Skip to content

Commit c8bcf09

Browse files
committed
[CI] Upgrade to swift 5.8.1
1 parent 73eff4a commit c8bcf09

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ stages:
5353
WATCHOS_SIMULATOR: 'Apple Watch Series 6 (44mm)'
5454
macosSwift58:
5555
imageName: 'macOS-13'
56-
DEVELOPER_DIR: '/Applications/Xcode_14.3.app'
56+
DEVELOPER_DIR: '/Applications/Xcode_14.3.1.app'
5757
IOS_SIMULATOR: 'iPhone 14'
5858
WATCHOS_ACTIONS: 'clean test'
5959
WATCHOS_SIMULATOR: 'Apple Watch Series 6 (44mm)'
@@ -104,7 +104,7 @@ stages:
104104
containerImage: 'swift:5.7.3-focal'
105105
linuxSwift58:
106106
imageName: 'ubuntu-20.04'
107-
containerImage: 'swift:5.8-focal'
107+
containerImage: 'swift:5.8.1-focal'
108108
pool:
109109
vmImage: $(imageName)
110110
container: $[ variables['containerImage'] ]
@@ -149,7 +149,7 @@ stages:
149149
XCTEST_LIB_PATH: '\x86_64'
150150
windowsSwift58:
151151
imageName: 'windows-2019'
152-
SWIFT_VERSION: '5.8'
152+
SWIFT_VERSION: '5.8.1'
153153
ICU_PATH: 'C:\Program Files\swift\icu-69.1\usr\bin'
154154
SWIFT_DEV_PATH: 'C:\Program Files\swift\runtime-development\usr\bin'
155155
XCTEST_LIB_PATH: '\x86_64'

0 commit comments

Comments
 (0)