Skip to content

Commit 95688c6

Browse files
committed
Revert GitHub workflows to ubuntu-18.04
ubuntu-latest points at ubuntu-20.04. Revert to 18.04 to fix CI for the time being until we transition the configuration over. Signed-off-by: Jonathan Dowland <[email protected]>
1 parent c522344 commit 95688c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ubi8-openjdk-11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
jobs:
88
openjdkci:
99
name: OpenJDK S2I Build and Test
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-18.04
1111
strategy:
1212
fail-fast: false
1313
steps:

.github/workflows/ubi8-openjdk-8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
jobs:
88
openjdkci:
99
name: OpenJDK S2I Build and Test
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-18.04
1111
strategy:
1212
fail-fast: false
1313
steps:

0 commit comments

Comments
 (0)