Skip to content

Commit

Permalink
Win32 label for 23-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
isarkis committed Jul 12, 2023
1 parent 0ca9d24 commit e4d513b
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 e4d513b

Please sign in to comment.