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
commit c8ccbe1fcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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