mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[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
This commit is contained in:
parent
2fc36721b4
commit
b449937553
10
.github/workflows/Windows_build.yml
vendored
10
.github/workflows/Windows_build.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue