Skip to content

Commit 4c25bbe

Browse files
authored
Update CI.yml
1 parent 187c1d6 commit 4c25bbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-latest
7+
runs-on: self-hosted
88
steps:
99
- uses: actions/checkout@v2
1010
- name: Install GTest
@@ -16,4 +16,4 @@ jobs:
1616
- name: Get Coverage Report
1717
run: ./deploy.sh codecov
1818
- name: Upload Coverage
19-
run: bash <(curl -s https://codecov.io/bash)
19+
run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)