From 31c620ab06a3434dd545cd7f5118aed497b55803 Mon Sep 17 00:00:00 2001 From: Nick Genovese Date: Sat, 19 Mar 2022 22:08:18 -0400 Subject: [PATCH] fix (essentials): build targets --- .github/workflows/essentialsplugins-betabuilds.yml | 2 +- .github/workflows/essentialsplugins-releasebuilds.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/essentialsplugins-betabuilds.yml b/.github/workflows/essentialsplugins-betabuilds.yml index 0c80d0fb..55ef6961 100644 --- a/.github/workflows/essentialsplugins-betabuilds.yml +++ b/.github/workflows/essentialsplugins-betabuilds.yml @@ -17,7 +17,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 diff --git a/.github/workflows/essentialsplugins-releasebuilds.yml b/.github/workflows/essentialsplugins-releasebuilds.yml index b70e9bf3..c6092823 100644 --- a/.github/workflows/essentialsplugins-releasebuilds.yml +++ b/.github/workflows/essentialsplugins-releasebuilds.yml @@ -11,12 +11,12 @@ env: # Do not edit this, we're just creating it here VERSION: 0.0.0-buildtype-buildnumber # Defaults to debug for build type - BUILD_TYPE: Debug + BUILD_TYPE: Release # Defaults to master as the release branch. Change as necessary RELEASE_BRANCH: main jobs: Build_Project: - runs-on: windows-latest + runs-on: windows-2019 steps: # First we checkout the source repo - name: Checkout repo