Skip to content

Commit eee8902

Browse files
authored
RANGER-5385: Update runner for docker-build (#717)
Bump OS version to ubuntu-24.04 for more disk space and increase timeout to allow containers to come up.
1 parent 7aa0bf4 commit eee8902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ jobs:
104104
docker-build:
105105
needs:
106106
- build-8
107-
runs-on: ubuntu-22.04
108-
timeout-minutes: 30
107+
runs-on: ubuntu-24.04 # bumping os version for more disk space
108+
timeout-minutes: 60 # bumping timeout to allow containers to come up
109109
steps:
110110
- uses: actions/checkout@v4
111111
- name: Download build-8 artifacts

0 commit comments

Comments
 (0)