Skip to content

Commit 7253ee6

Browse files
committed
Switch to local runner
1 parent 21fe192 commit 7253ee6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/benchmark.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ on:
1313
jobs:
1414
run-benchmark:
1515
name: Run Benchmark
16-
runs-on: ubuntu-latest
16+
## runs-on: ubuntu-latest
17+
runs-on: self-hosted
1718
steps:
1819
- name: Check out repository
1920
uses: actions/checkout@v4
@@ -48,7 +49,8 @@ jobs:
4849
4950
upload-artifact:
5051
name: Benchmark Artifact
51-
runs-on: ubuntu-latest
52+
## runs-on: ubuntu-latest
53+
runs-on: self-hosted
5254
needs: run-benchmark
5355
if: always()
5456
steps:

0 commit comments

Comments
 (0)