fix(essentials): updates action workflows to specify windows-2019 instead of latest

This commit is contained in:
Neil Dorin
2022-02-04 16:41:57 -07:00
parent c6023ad700
commit bc826c9e17
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,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