Skip to content

Commit 484eac4

Browse files
authored
Merge branch 'main' into repo-assist/feat-windowed-chunkbysize-2026-03-3f5b2d6577426398
2 parents 575f547 + abad5a8 commit 484eac4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-report.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- completed
1212
jobs:
1313
test-report-release:
14-
runs-on: windows-latest
14+
runs-on: ubuntu-latest
1515
steps:
1616
- uses: dorny/test-reporter@v2
1717
with:
@@ -21,7 +21,7 @@ jobs:
2121
reporter: dotnet-trx # Format of test results
2222

2323
test-report-debug:
24-
runs-on: windows-latest
24+
runs-on: ubuntu-latest
2525
steps:
2626
- uses: dorny/test-reporter@v2
2727
with:

0 commit comments

Comments
 (0)