Skip to content

Commit 5e51f33

Browse files
committed
Add missing required runs-on field
1 parent 311c497 commit 5e51f33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ jobs:
203203
dotnet-dump analyze ${{ steps.detect-dump.outputs.DUMP_FILE }} -c "clrstack" -c "pe -lines" -c "exit"
204204
205205
package:
206+
runs-on: windows-latest
206207
needs: [build]
207208
strategy:
208209
fail-fast: false # prevent one matrix pipeline from being cancelled if one fails, we want them all to run to completion.

0 commit comments

Comments
 (0)