From b1c0949f507a390649691e00f658b48898e9234f Mon Sep 17 00:00:00 2001 From: Antao Almada Date: Thu, 15 Jul 2021 00:09:01 +0100 Subject: [PATCH] Use windows-latest --- .github/workflows/dotnetcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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