Skip to content

Commit 616d5ff

Browse files
Increase to Xcode 16.4
1 parent 0c07b65 commit 616d5ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
NugetPackageVersionCamera: '99.0.0-preview${{ github.run_number }}'
2323
NugetPackageVersionMediaElement: '99.0.0-preview${{ github.run_number }}'
2424
NugetPackageVersionMaps: '99.0.0-preview${{ github.run_number }}'
25-
TOOLKIT_NET_VERSION: '9.0.300'
25+
TOOLKIT_NET_VERSION: '9.0.305'
2626
LATEST_NET_VERSION: '9.0.x'
2727
PathToLibrarySolution: 'src/CommunityToolkit.Maui.sln'
2828
PathToSamplesSolution: 'samples/CommunityToolkit.Maui.Sample.sln'
@@ -43,7 +43,7 @@ env:
4343
PathToCommunityToolkitMediaElementAnalyzersCodeFixCsproj: 'src/CommunityToolkit.Maui.MediaElement.Analyzers.CodeFixes/CommunityToolkit.Maui.MediaElement.Analyzers.CodeFixes.csproj'
4444
PathToCommunityToolkitAnalyzersUnitTestProjectDirectory: 'src/CommunityToolkit.Maui.Analyzers.UnitTests'
4545
PathToCommunityToolkitAnalyzersBenchmarkCsproj: 'src/CommunityToolkit.Maui.Analyzers.Benchmarks/CommunityToolkit.Maui.Analyzers.Benchmarks.csproj'
46-
CommunityToolkitLibrary_Xcode_Version: '16.2'
46+
CommunityToolkitLibrary_Xcode_Version: '16.4'
4747

4848
concurrency:
4949
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -61,7 +61,7 @@ jobs:
6161
- name: Checkout code
6262
uses: actions/checkout@v5
6363

64-
- name: Set Latest Xcode Version
64+
- name: Set Xcode Version
6565
if: runner.os == 'macOS'
6666
uses: maxim-lobanov/setup-xcode@v1
6767
with:

0 commit comments

Comments
 (0)