Skip to content

Commit ebe2c78

Browse files
authored
Merge pull request #198 from jmtd/revert-github-workflows-to-ubuntu-18.04
Revert GitHub workflows to ubuntu-18.04 Fixes GitHub Actions CI
2 parents c522344 + 95688c6 commit ebe2c78

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)