Skip to content

Commit 0c07b65

Browse files
Fix Xcode Version
1 parent 541d55e commit 0c07b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
if: runner.os == 'macOS'
6666
uses: maxim-lobanov/setup-xcode@v1
6767
with:
68-
xcode-version: latest-stable
68+
xcode-version: ${{ env.CommunityToolkitLibrary_Xcode_Version }}
6969

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

0 commit comments

Comments
 (0)