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 16a0496 commit edbf778Copy full SHA for edbf778
.github/workflows/menlo-build.yml
@@ -447,10 +447,10 @@ jobs:
447
p12-file-base64: ${{ secrets.CODE_SIGN_P12_BASE64 }}
448
p12-password: ${{ secrets.CODE_SIGN_P12_PASSWORD }}
449
450
- - uses: actions/setup-dotnet@v3
+ - uses: actions/setup-dotnet@v5
451
if: runner.os == 'Windows'
452
with:
453
- dotnet-version: "8.0.x"
+ dotnet-version: "10.0.x"
454
455
- name: Add msbuild to PATH
456
if: runner.os == 'Windows' && !(matrix.os == 'win' && matrix.name == 'arm64')
0 commit comments