Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKuschnik authored Dec 1, 2024
1 parent 1407341 commit c2da96b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
build:

runs-on: windows-latest
runs-on: windows-2019

steps:
- uses: actions/checkout@v3
Expand All @@ -27,8 +27,6 @@ jobs:

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v2
with:
vs-version: 17.11

- name: Restore NuGet packages
run: dotnet restore
Expand Down

0 comments on commit c2da96b

Please sign in to comment.