Skip to content

Commit

Permalink
Changing the ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry0589 committed Jan 31, 2024
1 parent 22d927d commit 00d0675
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to.openshift-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
openshift-ci-cd:
name: Build and deploy to OpenShift DEV
# ubuntu-20.04 can also be used.
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
environment: dev

outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to.openshift-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
openshift-ci-cd:
name: Deploy to OpenShift PROD
# ubuntu-20.04 can also be used.
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
environment: production

outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to.openshift-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
openshift-ci-cd:
name: Deploy to OpenShift TEST
# ubuntu-20.04 can also be used.
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
environment: test

outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-create.git.and.imagestream.tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
openshift-ci-cd:
name: Tag Image
# ubuntu-20.04 can also be used.
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
environment: dev

outputs:
Expand Down

0 comments on commit 00d0675

Please sign in to comment.