ci: Update runners to windows-2019

This commit is contained in:
Andrew Welker
2022-02-09 09:03:51 -07:00
parent 0c950404d6
commit f04536f2aa
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ env:
RELEASE_BRANCH: main RELEASE_BRANCH: main
jobs: jobs:
Build_Project: Build_Project:
runs-on: windows-latest runs-on: windows-2019
steps: steps:
# First we checkout the source repo # First we checkout the source repo
- name: Checkout repo - name: Checkout repo

View File

@@ -19,7 +19,7 @@ env:
RELEASE_BRANCH: main RELEASE_BRANCH: main
jobs: jobs:
Build_Project: Build_Project:
runs-on: windows-latest runs-on: windows-2019
steps: steps:
# First we checkout the source repo # First we checkout the source repo
- name: Checkout repo - name: Checkout repo