ci: explicitly use windows-2022

This commit is contained in:
goat 2022-02-13 04:52:50 +01:00
parent 8c66acf950
commit aac5cdfef7
No known key found for this signature in database
GPG key ID: 7773BB5B43BA52E5

View file

@ -5,7 +5,7 @@ concurrency: build_dalamud
jobs: jobs:
build: build:
name: Build on Windows name: Build on Windows
runs-on: windows-latest runs-on: windows-2022
steps: steps:
- name: Checkout Dalamud - name: Checkout Dalamud
uses: actions/checkout@v2 uses: actions/checkout@v2