Skip to content

Commit 12304a5

Browse files
committed
more cpus for tests
1 parent 49c4f40 commit 12304a5

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
@@ -16,7 +16,7 @@ permissions:
1616
jobs:
1717
Unit-Tests:
1818
name: unit-tests
19-
runs-on: depot-ubuntu-24.04
19+
runs-on: depot-ubuntu-24.04-4
2020
steps:
2121
- uses: actions/checkout@v4
2222
with:
@@ -37,7 +37,7 @@ jobs:
3737

3838
Integration-Tests:
3939
name: integration-tests
40-
runs-on: depot-ubuntu-24.04
40+
runs-on: depot-ubuntu-24.04-4
4141
steps:
4242
- uses: actions/checkout@v4
4343
with:
@@ -58,7 +58,7 @@ jobs:
5858

5959
Modules-Acceptance-Tests:
6060
name: modules-acceptance-tests
61-
runs-on: depot-ubuntu-24.04
61+
runs-on: depot-ubuntu-24.04-4
6262
strategy:
6363
fail-fast: false
6464
matrix:

0 commit comments

Comments
 (0)