Skip to content

Commit dbb554d

Browse files
Bump Xcode Version to 26.2
1 parent 96dd947 commit dbb554d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dotnet-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ env:
4646
PathToCommunityToolkitSourceGeneratorsInternalUnitTestCsproj: 'src/CommunityToolkit.Maui.SourceGenerators.Internal.UnitTests/CommunityToolkit.Maui.SourceGenerators.Internal.UnitTests.csproj'
4747
PathToCommunityToolkitAnalyzersBenchmarkCsproj: 'src/CommunityToolkit.Maui.Analyzers.Benchmarks/CommunityToolkit.Maui.Analyzers.Benchmarks.csproj'
4848
CommunityToolkitLibrary_Xcode_Version: '26.1'
49+
CommunityToolkitSample_Xcode_Version: '26.2'
4950

5051
concurrency:
5152
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -67,7 +68,7 @@ jobs:
6768
if: runner.os == 'macOS'
6869
uses: maxim-lobanov/setup-xcode@v1
6970
with:
70-
xcode-version: ${{ env.CommunityToolkitLibrary_Xcode_Version }}
71+
xcode-version: ${{ env.CommunityToolkitSample_Xcode_Version }}
7172

7273
- name: Install Latest .NET SDK, v${{ env.LATEST_NET_VERSION }}
7374
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)