Skip to content

Commit

Permalink
Update runner label for win32 workflows. (#905)
Browse files Browse the repository at this point in the history
This is needed to make sure we run on win32 runners with VS17.

b/288331647
  • Loading branch information
isarkis committed Jul 13, 2023
1 parent 0ca9d24 commit 4ec389d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4ec389d

Please sign in to comment.