Skip to content

Commit d0706b9

Browse files
committed
Change GHA runners to ubuntu-latest
This is a hail-mary change: we are experiencing problems with GHA runs timing out (behave tests taking up to five hours to run). We were running on a not-current GHA runner version, and I think the old runners get fewer resources than the newer ones. Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 3ae56f2 commit d0706b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-workflow-template.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
jobs:
1111
openjdkci:
1212
name: OpenJDK S2I Build and Test
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
strategy:
1515
fail-fast: false
1616
steps:

0 commit comments

Comments
 (0)