From 64ba0dd5e6e6634a9958a7436a864060f145c2f2 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Sat, 23 May 2026 07:25:25 +0200 Subject: [PATCH] Update windows runners to visual studio 2026 Maybe this fixes current build issues... --- .github/workflows/llvm.yml | 2 +- .github/workflows/rpcs3.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/llvm.yml b/.github/workflows/llvm.yml index 3ed584437a..3ac6b37c46 100644 --- a/.github/workflows/llvm.yml +++ b/.github/workflows/llvm.yml @@ -17,7 +17,7 @@ jobs: Windows_Build: if: github.event_name == 'workflow_dispatch' name: LLVM Windows (MSVC) - runs-on: windows-2025 + runs-on: windows-2025-vs2026 env: COMPILER: msvc CCACHE_SHA: '859141059ac950e1e8cd042c66f842f26b9e3a62a1669a69fe6ba180cb58bbdf' diff --git a/.github/workflows/rpcs3.yml b/.github/workflows/rpcs3.yml index dc8ca25e5e..ca07f87c46 100644 --- a/.github/workflows/rpcs3.yml +++ b/.github/workflows/rpcs3.yml @@ -209,7 +209,7 @@ jobs: # Only run push event on master branch of main repo, but run all PRs if: github.event_name != 'push' || (github.repository == 'RPCS3/rpcs3' && github.ref_name == 'master') name: RPCS3 Windows - runs-on: windows-2025 + runs-on: windows-2025-vs2026 env: COMPILER: msvc QT_VER_MAIN: '6'