From b449937553c5dc0c6ef222f87822060fe3b35de8 Mon Sep 17 00:00:00 2001 From: Gliniak Date: Sat, 14 Dec 2024 21:14:58 +0100 Subject: [PATCH] [CI] Removed VS2019 build from CI Build on VS2022 is finally marked as clean, so there is no need to waste resources to generate 2019 and 2022 builds --- .github/workflows/Windows_build.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/Windows_build.yml b/.github/workflows/Windows_build.yml index 5a812fe48..a2782b5de 100644 --- a/.github/workflows/Windows_build.yml +++ b/.github/workflows/Windows_build.yml @@ -62,7 +62,7 @@ jobs: strategy: fail-fast: false matrix: - vsver: [2022, 2019] + vsver: [2022] runs-on: windows-${{ matrix.vsver }} env: POWERSHELL_TELEMETRY_OPTOUT: 1 @@ -70,11 +70,6 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Update Python (VS2019) - uses: actions/setup-python@v5 - if: matrix.vsver == '2019' - with: - python-version: '3.12' - name: Setup run: .\xb setup - name: Build @@ -94,8 +89,7 @@ jobs: if: | github.repository == 'xenia-canary/xenia-canary' && github.event.action != 'pull_request' && - github.ref == 'refs/heads/canary_experimental' && - matrix.vsver == '2019' + github.ref == 'refs/heads/canary_experimental' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: |