Skip to content

Commit 0feb993

Browse files
authored
Merge pull request #66 from OpenVADL/bugfix/set-x86-for-benchmark
ci: Set self-hosted-x86 for benchmark lcb
2 parents 4ec5099 + 9bcb64c commit 0feb993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark-lcb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: ./gradlew assemble testClasses -PFailOnWarnings
2525
benchmark:
2626
needs: build
27-
runs-on: self-hosted
27+
runs-on: self-hosted-x86 # The git push plugin requires linux
2828
steps:
2929
- uses: actions/checkout@v4
3030
- uses: graalvm/setup-graalvm@v1

0 commit comments

Comments
 (0)