Skip to content

Commit b8e3962

Browse files
committed
[CI] Upgrade to swift 5.10
1 parent 50344fe commit b8e3962

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

BitByteData.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
BuildIndependentTargetsInParallel = YES;
248248
DefaultBuildSystemTypeForWorkspace = Latest;
249249
LastSwiftUpdateCheck = 1000;
250-
LastUpgradeCheck = 1500;
250+
LastUpgradeCheck = 1530;
251251
ORGANIZATIONNAME = "Timofey Solomko";
252252
TargetAttributes = {
253253
065DD5DE21673BC100704028 = {

BitByteData.xcodeproj/xcshareddata/xcschemes/BitByteData.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1500"
3+
LastUpgradeVersion = "1530"
44
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"

azure-pipelines.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,13 @@ stages:
5959
WATCHOS_SIMULATOR: 'Apple Watch Series 6 (44mm)'
6060
macosSwift59:
6161
imageName: 'macOS-13'
62-
DEVELOPER_DIR: '/Applications/Xcode_15.1.app'
62+
DEVELOPER_DIR: '/Applications/Xcode_15.2.app'
63+
IOS_SIMULATOR: 'iPhone 14'
64+
WATCHOS_ACTIONS: 'clean test'
65+
WATCHOS_SIMULATOR: 'Apple Watch Series 6 (44mm)'
66+
macosSwift510:
67+
imageName: 'macOS-14'
68+
DEVELOPER_DIR: '/Applications/Xcode_15.3.app'
6369
IOS_SIMULATOR: 'iPhone 14'
6470
WATCHOS_ACTIONS: 'clean test'
6571
WATCHOS_SIMULATOR: 'Apple Watch Series 6 (44mm)'
@@ -114,6 +120,9 @@ stages:
114120
linuxSwift59:
115121
imageName: 'ubuntu-20.04'
116122
containerImage: 'swift:5.9.2-focal'
123+
linuxSwift510:
124+
imageName: 'ubuntu-20.04'
125+
containerImage: 'swift:5.10-focal'
117126
pool:
118127
vmImage: $(imageName)
119128
container: $[ variables['containerImage'] ]
@@ -168,6 +177,12 @@ stages:
168177
ICU_PATH: 'C:\Program Files\swift\icu-69.1\usr\bin'
169178
SWIFT_DEV_PATH: 'C:\Program Files\swift\runtime-development\usr\bin'
170179
XCTEST_LIB_PATH: '\x86_64'
180+
windowsSwift510:
181+
imageName: 'windows-2019'
182+
SWIFT_VERSION: '5.10'
183+
ICU_PATH: 'C:\Program Files\swift\icu-69.1\usr\bin'
184+
SWIFT_DEV_PATH: 'C:\Program Files\swift\runtime-development\usr\bin'
185+
XCTEST_LIB_PATH: '\x86_64'
171186
pool:
172187
vmImage: $(imageName)
173188
variables:

0 commit comments

Comments
 (0)