mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
ci: run on windows-2022
This commit is contained in:
parent
f30ebe5166
commit
a290aaa3ab
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -5,7 +5,7 @@ concurrency: build_dalamud
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build on Windows
|
name: Build on Windows
|
||||||
runs-on: windows-2019
|
runs-on: windows-2022
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Dalamud
|
- name: Checkout Dalamud
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
name: Deploy dalamud-distrib staging
|
name: Deploy dalamud-distrib staging
|
||||||
if: ${{ github.ref == 'refs/heads/master' && github.event_name == 'push' }}
|
if: ${{ github.ref == 'refs/heads/master' && github.event_name == 'push' }}
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: windows-latest
|
runs-on: windows-2022
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue