Skip to content

Commit 54a86a3

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 ba6fb98 commit 54a86a3

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
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
packages: write
1515
name: OpenJDK S2I Build and Test
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717
strategy:
1818
fail-fast: false
1919
steps:

0 commit comments

Comments
 (0)