Skip to content

Commit

Permalink
fix windows runner arch to match real infra
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Alvarez <[email protected]>
  • Loading branch information
pendo324 committed Sep 18, 2024
1 parent 344a581 commit 0f3ed06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
fail-fast: false
matrix:
test-command: ["test-e2e-vm-serial", "test-e2e-container"]
arch: ["X64"]
arch: ["amd64"]
runner-type: ["test"]
uses: ./.github/workflows/e2e-windows.yaml
secrets: inherit
Expand Down

0 comments on commit 0f3ed06

Please sign in to comment.