From 1990cc4f9babc2caae414c50e1960a9decdbcdc2 Mon Sep 17 00:00:00 2001 From: MartinEesmaa <88035011+MartinEesmaa@users.noreply.github.com> Date: Sat, 26 Feb 2022 21:35:35 +1100 Subject: [PATCH] Changed from self-hosted to windows-latest --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index e12ba08..82e6c87 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: self-hosted + runs-on: windows-latest steps: - uses: actions/checkout@v2