fix: fix build vm version

This commit is contained in:
Jason Alborough
2022-04-20 17:45:50 -04:00
parent 665101b4c8
commit ff068b98ac

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