Skip to content

Commit d15a3d0

Browse files
Update Xcode version to 26.1 in workflow
1 parent 888e9aa commit d15a3d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626
PathToCommunityToolkitSampleCsproj: 'samples/CommunityToolkit.Maui.Markup.Sample/CommunityToolkit.Maui.Markup.Sample.csproj'
2727
PathToCommunityToolkitUnitTestCsproj: 'src/CommunityToolkit.Maui.Markup.UnitTests/CommunityToolkit.Maui.Markup.UnitTests.csproj'
2828
PathToCommunityToolkitSourceGeneratorsCsproj: 'src/CommunityToolkit.Maui.Markup.SourceGenerators/CommunityToolkit.Maui.Markup.SourceGenerators.csproj'
29-
Xcode_Version: '26.0.1'
29+
Xcode_Version: '26.1'
3030
ShouldCheckDependencies: true
3131

3232
concurrency:
@@ -273,4 +273,4 @@ jobs:
273273
**/*.nupkg
274274
--source https://api.nuget.org/v3/index.json
275275
--api-key ${{ secrets.NUGET_PACKAGE_PUSH_TOKEN }}
276-
--skip-duplicate
276+
--skip-duplicate

0 commit comments

Comments
 (0)