CI: Remove separate Windows builds

Removes the AVX2 and SSE4 builds in favour of the unified Qt build.
This commit is contained in:
JordanTheToaster 2023-03-29 04:15:09 +01:00 committed by TellowKrinkle
parent 2222007516
commit 4dd946bc8a
1 changed files with 0 additions and 21 deletions

View File

@ -30,25 +30,6 @@ jobs:
buildSystem: cmake
secrets: inherit
build_qt_sse4:
if: github.repository == 'PCSX2/pcsx2'
name: "Windows - SSE4"
uses: ./.github/workflows/windows_build_qt.yml
with:
jobName: Qt
configuration: Release
simd: "SSE4"
secrets: inherit
build_qt_avx2:
if: github.repository == 'PCSX2/pcsx2'
name: "Windows - AVX2"
uses: ./.github/workflows/windows_build_qt.yml
with:
jobName: Qt
configuration: Release AVX2
secrets: inherit
# MacOS
build_macos_qt:
if: github.repository == 'PCSX2/pcsx2'
@ -65,8 +46,6 @@ jobs:
needs:
- build_linux_qt
- build_windows_qt
- build_qt_sse4
- build_qt_avx2
- build_macos_qt
name: "Upload Artifacts"
runs-on: ubuntu-latest