We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16a1a1 commit 1916af1Copy full SHA for 1916af1
.github/workflows/benchmark.yml
@@ -209,7 +209,7 @@ jobs:
209
210
Acceptance-Tests:
211
name: acceptance-tests
212
- runs-on: depot-ubuntu-24.04
+ runs-on: depot-ubuntu-24.04-4
213
strategy:
214
fail-fast: false
215
matrix:
@@ -242,7 +242,7 @@ jobs:
242
243
Acceptance-Tests-large:
244
name: acceptance-tests-large
245
- runs-on: depot-ubuntu-24.04-4
+ runs-on: depot-ubuntu-24.04-8
246
247
248
@@ -282,7 +282,7 @@ jobs:
282
283
Compile-and-upload-binaries:
284
name: compile-and-upload-binaries
285
286
steps:
287
- uses: actions/checkout@v4
288
with:
0 commit comments