Skip to content

Commit d52ec42

Browse files
authored
Merge pull request #2406 from AzureAD/jarias/test-spm
Update XCode, host macOS & test iOS parameters for SPM Validation pipeline
2 parents cac61ff + a1918f4 commit d52ec42

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

azure_pipelines/pr-validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
- job: 'Validate_SPM_Integration'
200200
displayName: Validate SPM Integration
201201
pool:
202-
vmImage: 'macOS-13'
202+
vmImage: 'macOS-14'
203203
timeOutInMinutes: 15
204204
workspace:
205205
clean: all
@@ -214,8 +214,8 @@ jobs:
214214
path: s
215215

216216
- script: |
217-
/bin/bash -c "sudo xcode-select -s /Applications/Xcode_14.3.app"
218-
displayName: 'Switch to use Xcode 14.3'
217+
/bin/bash -c "sudo xcode-select -s /Applications/Xcode_15.4.app"
218+
displayName: 'Switch to use Xcode 15.4'
219219
220220
- task: Bash@3
221221
displayName: Set variable BRANCH_NAME to a temporary branch

spm-integration-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ rm -f NativeAuthSampleApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Pac
5656
echo "Running the Sample App with the temporary Swift Package"
5757

5858
xcodebuild -resolvePackageDependencies
59-
xcodebuild -scheme NativeAuthSampleApp -configuration Release -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14,OS=16.4' clean build
59+
xcodebuild -scheme NativeAuthSampleApp -configuration Release -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.5' clean build

0 commit comments

Comments
 (0)