We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fdb09 commit dd41a69Copy full SHA for dd41a69
.github/workflows/dotnet-build.yml
@@ -65,7 +65,7 @@ jobs:
65
if: runner.os == 'macOS'
66
uses: maxim-lobanov/setup-xcode@v1
67
with:
68
- xcode-version: latest-stable
+ xcode-version: ${{ env.CommunityToolkitLibrary_Xcode_Version }}
69
70
- name: Install Latest .NET SDK, v${{ env.LATEST_NET_VERSION }}
71
uses: actions/setup-dotnet@v5
0 commit comments