Skip to content

Commit 1d31cd0

Browse files
committed
[CI] Upgrade swift 5.7 to 5.7.3, add swift 5.8 (except macos where it requires macos 13)
1 parent f966a09 commit 1d31cd0

1 file changed

Lines changed: 18 additions & 4 deletions

File tree

azure-pipelines.yml

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,14 @@ stages:
4242
WATCHOS_SIMULATOR: 'Apple Watch Series 6 - 44mm'
4343
macosSwift57:
4444
imageName: 'macOS-12'
45-
DEVELOPER_DIR: '/Applications/Xcode_14.0.1.app'
45+
DEVELOPER_DIR: '/Applications/Xcode_14.2.app'
4646
WATCHOS_ACTIONS: 'clean test'
4747
WATCHOS_SIMULATOR: 'Apple Watch Series 6 (44mm)'
48+
# macosSwift58:
49+
# imageName: 'macOS-13'
50+
# DEVELOPER_DIR: '/Applications/Xcode_14.3.app'
51+
# WATCHOS_ACTIONS: 'clean test'
52+
# WATCHOS_SIMULATOR: 'Apple Watch Series 6 (44mm)'
4853
pool:
4954
vmImage: $(imageName)
5055
steps:
@@ -87,7 +92,10 @@ stages:
8792
containerImage: 'swift:5.6.3-focal'
8893
linuxSwift57:
8994
imageName: 'ubuntu-20.04'
90-
containerImage: 'swift:5.7-focal'
95+
containerImage: 'swift:5.7.3-focal'
96+
linuxSwift58:
97+
imageName: 'ubuntu-20.04'
98+
containerImage: 'swift:5.8-focal'
9199
pool:
92100
vmImage: $(imageName)
93101
container: $[ variables['containerImage'] ]
@@ -126,7 +134,13 @@ stages:
126134
XCTEST_LIB_PATH: ''
127135
windowsSwift57:
128136
imageName: 'windows-2019'
129-
SWIFT_VERSION: '5.7'
137+
SWIFT_VERSION: '5.7.3'
138+
ICU_PATH: 'C:\Program Files\swift\icu-69.1\usr\bin'
139+
SWIFT_DEV_PATH: 'C:\Program Files\swift\runtime-development\usr\bin'
140+
XCTEST_LIB_PATH: '\x86_64'
141+
windowsSwift58:
142+
imageName: 'windows-2019'
143+
SWIFT_VERSION: '5.8'
130144
ICU_PATH: 'C:\Program Files\swift\icu-69.1\usr\bin'
131145
SWIFT_DEV_PATH: 'C:\Program Files\swift\runtime-development\usr\bin'
132146
XCTEST_LIB_PATH: '\x86_64'
@@ -169,7 +183,7 @@ stages:
169183
pool:
170184
vmImage: 'macOS-12'
171185
variables:
172-
DEVELOPER_DIR: '/Applications/Xcode_14.0.1.app'
186+
DEVELOPER_DIR: '/Applications/Xcode_14.2.app'
173187
steps:
174188
- script: |
175189
set -e -o xtrace

0 commit comments

Comments
 (0)