Skip to content

Commit 9648390

Browse files
fix: update xcode to allow build
1 parent 5c072f3 commit 9648390

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/steps-build-ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ steps:
2727
installAppleWorkload: true
2828

2929
- task: Bash@3
30-
displayName: Select Xcode 26.0
30+
displayName: Select Xcode 26.2
3131
inputs:
3232
targetType: inline
3333
script: |
34-
sudo xcode-select -s "/Applications/Xcode_26.0.1.app/Contents/Developer"
34+
sudo xcode-select -s "/Applications/Xcode_26.2.app/Contents/Developer"
3535
3636
#-if false
3737
- download: current

build/variables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
macOSHostedAgentImage: 'macOS-15'
6060

6161
# SDK versions
62-
DotNetVersion: '10.0.100'
62+
DotNetVersion: '10.0.101'
6363

6464
# Name of the folder where the artefacts will be placed. Variable used in build and release phases.
6565
# We make seperate folders so that releases can each download only the folder they need.

0 commit comments

Comments
 (0)