Merge pull request #934 from PepperDash/feature/fix-dev2-build

fix: fix build vm version
This commit is contained in:
Neil Dorin
2022-04-20 16:54:29 -06:00
committed by GitHub

View File

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