ci: Fix Windows image

This commit is contained in:
Andrew Welker
2022-02-09 08:38:27 -07:00
parent 08aa8fb2e6
commit 582390c7c7
2 changed files with 2 additions and 2 deletions

View File

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

View File

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