From 4ec389d101874da3b1f61cf8ae816b49969b573f Mon Sep 17 00:00:00 2001 From: Igor Sarkisov Date: Wed, 12 Jul 2023 21:27:21 -0700 Subject: [PATCH] Update runner label for win32 workflows. (#905) This is needed to make sure we run on win32 runners with VS17. b/288331647 --- .github/workflows/main_win.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_win.yaml b/.github/workflows/main_win.yaml index 1d04e1a3cb6c..c3d6df5275dc 100644 --- a/.github/workflows/main_win.yaml +++ b/.github/workflows/main_win.yaml @@ -123,7 +123,7 @@ jobs: # Runs builds. build: needs: [initialize] - runs-on: [self-hosted, X64, Windows] + runs-on: [self-hosted, win32-23branch] name: ${{matrix.name}}_${{matrix.config}} strategy: fail-fast: false @@ -155,7 +155,7 @@ jobs: on-host-test: needs: [initialize, build] if: needs.initialize.outputs.on_host_test == 'true' - runs-on: [self-hosted, Windows, X64] + runs-on: [self-hosted, win32-23branch] name: ${{matrix.name}}_${{matrix.shard}}_test strategy: fail-fast: false