Skip to content

Commit edbf778

Browse files
committed
chore: update dotnet version
1 parent 16a0496 commit edbf778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/menlo-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,10 +447,10 @@ jobs:
447447
p12-file-base64: ${{ secrets.CODE_SIGN_P12_BASE64 }}
448448
p12-password: ${{ secrets.CODE_SIGN_P12_PASSWORD }}
449449

450-
- uses: actions/setup-dotnet@v3
450+
- uses: actions/setup-dotnet@v5
451451
if: runner.os == 'Windows'
452452
with:
453-
dotnet-version: "8.0.x"
453+
dotnet-version: "10.0.x"
454454

455455
- name: Add msbuild to PATH
456456
if: runner.os == 'Windows' && !(matrix.os == 'win' && matrix.name == 'arm64')

0 commit comments

Comments
 (0)