Skip to content

Commit 8bb73cd

Browse files
authored
Merge pull request #287 from sclorg/fix_ubuntu_retirement
Switch from ubuntu-20.04 -> ubuntu-lastest
2 parents 3401d18 + e99b9d2 commit 8bb73cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openshift-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
openshift-tests:
77
# This job only runs for '[test] pull request comments by owner, member
88
name: "RHEL9 tests: imagestream ${{ matrix.version }}"
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
strategy:
1111
fail-fast: false
1212
matrix:

0 commit comments

Comments
 (0)