Skip to content

Commit cf60435

Browse files
Update azure-pipelines.yml
1 parent e5e8370 commit cf60435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ variables:
55
PathToUITestsCsproj: "GitTrends.UITests/GitTrends.UITests.csproj"
66
PathToUnitTestsCsproj: "GitTrends.UnitTests/GitTrends.UnitTests.csproj"
77
PathToAzureFunctionsCsproj: "GitTrends.Functions/GitTrends.Functions.csproj"
8-
XcodeVersion: "16.3"
8+
XcodeVersion: "26.0.1"
99

1010
trigger:
1111
branches:
@@ -107,7 +107,7 @@ jobs:
107107
- task: JavaToolInstaller@0
108108
displayName: "Install Java"
109109
inputs:
110-
versionSpec: "17"
110+
versionSpec: "21"
111111
jdkArchitectureOption: "x64"
112112
jdkSourceOption: "PreInstalled"
113113

0 commit comments

Comments
 (0)