Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Leverage the larger runner for Windows ARM
  • Loading branch information
pjanotti committed Feb 26, 2026
commit f6c01671cbf9940fd7d6434cdbde8d6def20eee6
2 changes: 1 addition & 1 deletion .github/workflows/win-package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
strategy:
matrix:
OS: [ "windows-2022", "windows-11-arm" ]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The matrix is still used below, in a separate PR I will look if we can get rid of it.

runs-on: ${{ matrix.OS != 'windows-11-arm' && 'otel-windows' || 'windows-11-arm' }}
runs-on: ${{ matrix.OS != 'windows-11-arm' && 'otel-windows' || 'otel-windows-arm' }}
needs: [msi-build]
timeout-minutes: 40
steps:
Expand Down
Loading