Skip to content

Commit 5157593

Browse files
committed
eval: run on ubuntu-slim
ubuntu-slim has faster start time, has less cores, but allows more jobs per github organization. Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
1 parent 498f99c commit 5157593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/eval.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ permissions:
1515

1616
jobs:
1717
eval:
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-slim
1919
timeout-minutes: 120
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
jobid: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
23+
jobid: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]
2424
concurrency:
2525
# Cancel any in-progress workflow runs from the same PR or branch,
2626
# allowing matrix jobs to run concurrently:

0 commit comments

Comments
 (0)