diff --git a/.github/workflows/Build Essentials.yml b/.github/workflows/Build Essentials.yml index 74f97923..0194884c 100644 --- a/.github/workflows/Build Essentials.yml +++ b/.github/workflows/Build Essentials.yml @@ -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