File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -314,10 +314,10 @@ jobs:
314314 matrix :
315315 android :
316316 TFM : ' net9.0-android'
317- imageName : ' windows-latest '
317+ imageName : ' windows-2025 '
318318 windows :
319319 TFM : ' net9.0-windows10.0.22621.0'
320- imageName : ' windows-latest '
320+ imageName : ' windows-2025 '
321321 ios :
322322 TFM : ' net9.0-ios'
323323 imageName : ' macOS-15'
@@ -334,12 +334,12 @@ jobs:
334334 version : $(DOTNET_SDK_VERSION)
335335
336336 - task : CmdLine@2
337- displayName : ' Set Xcode v14.1 .0'
337+ displayName : ' Set Xcode to v16.4 .0'
338338 condition : eq(variables['Agent.OS'], 'Darwin') # Only run this step on macOS
339339 inputs :
340340 script : |
341- echo '##vso[task.setvariable variable=MD_APPLE_SDK_ROOT;]'/Applications/Xcode_16.3 .app
342- sudo xcode-select --switch /Applications/Xcode_16.3 .app/Contents/Developer
341+ echo '##vso[task.setvariable variable=MD_APPLE_SDK_ROOT;]'/Applications/Xcode_16.4 .app
342+ sudo xcode-select --switch /Applications/Xcode_16.4 .app/Contents/Developer
343343
344344 - powershell : dotnet workload install maui --source https://api.nuget.org/v3/index.json
345345 displayName : ' Install maui workloads'
You can’t perform that action at this time.
0 commit comments