Skip to content

Commit 8cfe26e

Browse files
chris.ditcherchris.ditcher
authored andcommitted
Updated Ubuntu version for workflows
1 parent dadbbd6 commit 8cfe26e

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/deploy-to.openshift-dev.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ on:
4646
jobs:
4747
openshift-ci-cd:
4848
name: Build and deploy to OpenShift DEV
49-
# ubuntu-20.04 can also be used.
50-
runs-on: ubuntu-20.04
49+
runs-on: ubuntu-22.04
5150
environment: dev
5251

5352
outputs:

.github/workflows/deploy-to.openshift-prod.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ on:
4040
jobs:
4141
openshift-ci-cd:
4242
name: Deploy to OpenShift PROD
43-
# ubuntu-20.04 can also be used.
44-
runs-on: ubuntu-20.04
43+
runs-on: ubuntu-22.04
4544
environment: production
4645

4746
outputs:

.github/workflows/deploy-to.openshift-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
openshift-ci-cd:
4242
name: Deploy to OpenShift TEST
4343
# ubuntu-20.04 can also be used.
44-
runs-on: ubuntu-20.04
44+
runs-on: ubuntu-22.04
4545
environment: test
4646

4747
outputs:

.github/workflows/tag-create.git.and.imagestream.tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
openshift-ci-cd:
2828
name: Tag Image
2929
# ubuntu-20.04 can also be used.
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
environment: dev
3232

3333
outputs:

0 commit comments

Comments
 (0)