From 4dd946bc8a07cf8e30b57376dbe6622bfcd9301e Mon Sep 17 00:00:00 2001 From: JordanTheToaster Date: Wed, 29 Mar 2023 04:15:09 +0100 Subject: [PATCH] CI: Remove separate Windows builds Removes the AVX2 and SSE4 builds in favour of the unified Qt build. --- .github/workflows/release_pipeline.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/release_pipeline.yml b/.github/workflows/release_pipeline.yml index 1dea658331..67738ca70c 100644 --- a/.github/workflows/release_pipeline.yml +++ b/.github/workflows/release_pipeline.yml @@ -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