From db5dbc7839b5fe5e4309036286ef4f68cf7472e6 Mon Sep 17 00:00:00 2001 From: Milosz Krajewski Date: Fri, 10 Feb 2023 09:15:35 +0000 Subject: [PATCH] github action tweaks --- .github/workflows/continuous.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index c870131..296b318 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -19,9 +19,9 @@ name: continuous on: [push] jobs: - ubuntu-latest: - name: ubuntu-latest - runs-on: ubuntu-latest + windows-latest: + name: windows-latest + runs-on: windows-latest steps: - uses: actions/checkout@v3 - name: Cache .nuke/temp, ~/.nuget/packages