Skip to content

Commit 1916af1

Browse files
committed
double cpus for jobs using larger runners
1 parent c16a1a1 commit 1916af1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/benchmark.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209

210210
Acceptance-Tests:
211211
name: acceptance-tests
212-
runs-on: depot-ubuntu-24.04
212+
runs-on: depot-ubuntu-24.04-4
213213
strategy:
214214
fail-fast: false
215215
matrix:
@@ -242,7 +242,7 @@ jobs:
242242

243243
Acceptance-Tests-large:
244244
name: acceptance-tests-large
245-
runs-on: depot-ubuntu-24.04-4
245+
runs-on: depot-ubuntu-24.04-8
246246
strategy:
247247
fail-fast: false
248248
matrix:
@@ -282,7 +282,7 @@ jobs:
282282

283283
Compile-and-upload-binaries:
284284
name: compile-and-upload-binaries
285-
runs-on: depot-ubuntu-24.04-4
285+
runs-on: depot-ubuntu-24.04-8
286286
steps:
287287
- uses: actions/checkout@v4
288288
with:

0 commit comments

Comments
 (0)