diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index fe1f6e59..f8ebf088 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -4,7 +4,7 @@ on: [push] jobs: windows: - runs-on: ubuntu-latest + runs-on: windows-latest steps: - name: Check out repository