Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisK00 authored May 30, 2024
1 parent 72b9cf0 commit 7b4cfea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:

runs-on: windows-2022
runs-on: windows-latest

steps:
- uses: actions/setup-java@v2
Expand All @@ -26,7 +26,7 @@ jobs:
with:
dotnet-version: 8.0.x
- name: workload clean
run: dotnet workload clean -all
run: dotnet workload clean

- name: Restore workload
run: dotnet workload restore
Expand Down

0 comments on commit 7b4cfea

Please sign in to comment.