Skip to content

Commit

Permalink
Update main_win.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
isarkis authored Jul 12, 2023
1 parent 9ce6c8b commit 63336c9
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 @@ -133,7 +133,7 @@ jobs:
build:
needs: [initialize]
permissions: {}
runs-on: [self-hosted, X64, Windows]
runs-on: [self-hosted, win32]
name: ${{matrix.name}}_${{matrix.config}}
strategy:
fail-fast: false
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
needs: [initialize, build]
permissions: {}
if: needs.initialize.outputs.on_host_test == 'true'
runs-on: [self-hosted, Windows, X64]
runs-on: [self-hosted, win32]
name: ${{matrix.name}}_${{matrix.shard}}_test
strategy:
fail-fast: false
Expand Down

0 comments on commit 63336c9

Please sign in to comment.