Skip to content

Commit 2171dc0

Browse files
authored
[chore] Set otel-windows as msi-test job runner (#7270)
* [chore] Set `otel-windows` as msi-test job runner * Leverage the larger runner for Windows ARM
1 parent 2a990b1 commit 2171dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/win-package-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
strategy:
110110
matrix:
111111
OS: [ "windows-2022", "windows-11-arm" ]
112-
runs-on: ${{ matrix.OS }}
112+
runs-on: ${{ matrix.OS != 'windows-11-arm' && 'otel-windows' || 'otel-windows-arm' }}
113113
needs: [msi-build]
114114
timeout-minutes: 40
115115
steps:

0 commit comments

Comments
 (0)