Skip to content

Commit f575b8a

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 edd924a commit f575b8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gendocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020
jobs:
2121
gendocs:
2222
name: Generate documentation
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-latest
2424
strategy:
2525
fail-fast: false
2626
steps:

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

Lines changed: 1 addition & 1 deletion
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)