Skip to content

Commit ff07dd9

Browse files
authored
ci: use more powerful runner to run unit tests (#4207)
Change from ubuntu-latest to cncf-ubuntu-8-32-x86. ubuntu-latest - has 4 CPUs and 16 GB memory cncf-ubuntu-8-32-x86 - has 8 CPUs and 32 GB memory Signed-off-by: Andrei Aaron <andreifdaaron@gmail.com>
1 parent b5f7d8f commit ff07dd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions: read-all
1414
jobs:
1515
test-run-minimal:
1616
name: Running zot without extensions tests
17-
runs-on: ubuntu-latest
17+
runs-on: cncf-ubuntu-8-32-x86
1818
steps:
1919
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2020
with:

0 commit comments

Comments
 (0)