We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c4f40 commit 12304a5Copy full SHA for 12304a5
.github/workflows/benchmark.yml
@@ -16,7 +16,7 @@ permissions:
16
jobs:
17
Unit-Tests:
18
name: unit-tests
19
- runs-on: depot-ubuntu-24.04
+ runs-on: depot-ubuntu-24.04-4
20
steps:
21
- uses: actions/checkout@v4
22
with:
@@ -37,7 +37,7 @@ jobs:
37
38
Integration-Tests:
39
name: integration-tests
40
41
42
43
@@ -58,7 +58,7 @@ jobs:
58
59
Modules-Acceptance-Tests:
60
name: modules-acceptance-tests
61
62
strategy:
63
fail-fast: false
64
matrix:
0 commit comments