Skip to content

Commit 6e85055

Browse files
Use env.Xcode_Version
1 parent baa638e commit 6e85055

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
@@ -49,7 +49,7 @@ jobs:
4949
if: runner.os == 'macOS'
5050
uses: maxim-lobanov/setup-xcode@v1
5151
with:
52-
xcode-version: latest-stable
52+
xcode-version: ${{ env.Xcode_Version }}
5353

5454
- name: Install Latest .NET SDK, v${{ env.NET_VERSION }}
5555
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)