Revert "Merge branch 'master' of https://github.com/goatcorp/Dalamud"

This reverts commit 05bdd8602b, reversing
changes made to 785df95071.
This commit is contained in:
goat 2021-11-18 15:18:14 +01:00
parent a37fcbd2fd
commit 0ef97c3b7c
No known key found for this signature in database
GPG key ID: 7773BB5B43BA52E5

View file

@ -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: