Skip to content

Commit 7110cea

Browse files
authored
Update code-qa.yml
1 parent 530c71b commit 7110cea

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/code-qa.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,7 @@ jobs:
4343

4444
unit-test:
4545
name: platform-unit-test (${{ matrix.name }})
46-
runs-on: ${{ matrix.os }}
47-
strategy:
48-
matrix:
49-
include:
50-
- os: ubuntu-latest
51-
name: ubuntu-latest
52-
- os: windows-latest
53-
name: windows-latest
46+
runs-on: self-hosted
5447
steps:
5548
- name: Checkout code
5649
uses: actions/checkout@v4

0 commit comments

Comments
 (0)