We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cdef6e commit 19371f3Copy full SHA for 19371f3
.github/workflows/create-release.yml
@@ -42,7 +42,7 @@ jobs:
42
43
benchmarks:
44
name: Run benchmarks
45
- runs-on: ubuntu-latest
+ runs-on: [self-hosted, linux, x64]
46
needs: [build]
47
strategy:
48
matrix:
0 commit comments