From 0ef97c3b7c8936b900fd86a99e296cc204c1e258 Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Thu, 18 Nov 2021 15:18:14 +0100 Subject: [PATCH] Revert "Merge branch 'master' of https://github.com/goatcorp/Dalamud" This reverts commit 05bdd8602b6c534aac3ee6df3cb0d9a977dd5d94, reversing changes made to 785df950710aefc91b53b862ffc9fc0fd6157cd4. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7c2b46795..d9c1af8f4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ concurrency: build_dalamud jobs: build: name: Build on Windows - runs-on: windows-2022 + runs-on: windows-2019 steps: - name: Checkout Dalamud uses: actions/checkout@v2 @@ -38,7 +38,7 @@ jobs: name: Deploy dalamud-distrib staging if: ${{ github.ref == 'refs/heads/master' && github.event_name == 'push' }} needs: build - runs-on: windows-2022 + runs-on: windows-latest steps: - uses: actions/checkout@v2 with: