Skip to content

Commit abad5a8

Browse files
authored
Merge pull request #313 from fsprojects/repo-assist/ci-eng-test-report-ubuntu-2026-03-8019d0e54c87bacc
[Repo Assist] ci: switch test-reporter workflow from windows-latest to ubuntu-latest
2 parents c4fbcf6 + 3ff8b04 commit abad5a8

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)