Skip to content

Commit 6e73e34

Browse files
committed
Updates for v25.2.1.
1 parent 548d158 commit 6e73e34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
build:
1616
name: Build/Run Nuke
17-
runs-on: windows-2022 # windows-latest would require updating Nuke to a newer version
17+
runs-on: windows-latest
1818

1919
env:
2020
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
@@ -26,8 +26,8 @@ jobs:
2626
uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 0
29-
- name: Setup MSBuild
30-
uses: microsoft/setup-msbuild@v2
29+
- name: Setup .NET
30+
uses: actions/setup-dotnet@v4
3131
- name: Add WASM workload
3232
run: dotnet workload install wasm-tools-net8
3333
- name: Run build project

0 commit comments

Comments
 (0)