Skip to content

Commit 2bb148c

Browse files
committed
update runner
1 parent cda9fec commit 2bb148c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
jobs:
2020
test:
2121
name: Coverage Report
22-
runs-on: custom-runner-AWS
22+
runs-on: [self-hosted]
2323
steps:
2424
- name: Cancel Previous Runs
2525
# Only cancel non-master branch runs

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
access_token: ${{ github.token }}
2525
build:
26-
runs-on: custom-runner-AWS
26+
runs-on: [self-hosted]
2727
env:
2828
SCCACHE_CACHE_SIZE: "50G"
2929
needs: cancel

0 commit comments

Comments
 (0)