We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c85adf3 commit 7272cc8Copy full SHA for 7272cc8
1 file changed
azure-pipelines.yml
@@ -108,7 +108,7 @@ stages:
108
containerImage: 'swift:5.6.3-focal'
109
linuxSwift57:
110
imageName: 'ubuntu-20.04'
111
- containerImage: 'swift:5.7.2-focal'
+ containerImage: 'swift:5.7.3-focal'
112
pool:
113
vmImage: $(imageName)
114
container: $[ variables['containerImage'] ]
@@ -139,7 +139,7 @@ stages:
139
SWIFT_DEV_PATH: 'C:\Library\Swift-development\bin'
140
windowsSwift57:
141
imageName: 'windows-2019'
142
- SWIFT_VERSION: '5.7.2'
+ SWIFT_VERSION: '5.7.3'
143
ICU_PATH: 'C:\Program Files\swift\icu-69.1\usr\bin'
144
SWIFT_DEV_PATH: 'C:\Program Files\swift\runtime-development\usr\bin'
145
0 commit comments