Skip to content

Commit

Permalink
Test with ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Sep 26, 2024
1 parent e2b491a commit 8db2b61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
cleanup-openshift:
name: Cleanup OpenShift
if: "!github.event.pull_request.head.repo.fork"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- name: Remove OpenShift artifacts
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Deploy a single template. Multiple GitHub secrets are used.
```yaml
deploys:
name: Deploys
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Deploys
uses: bcgov-nr/action-deployer-openshift.yml@main
Expand All @@ -126,7 +126,7 @@ Deploy multiple templates in parallel. Runs on pull requests (PRs).
```yaml
deploys:
name: Deploys
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
name: [backend, database, frontend, init]
Expand Down Expand Up @@ -170,7 +170,7 @@ Deploy and run a command (post hook). Matrix values reference `post_rollout`, `
```yaml
deploys:
name: Deploys
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
name: [database, frontend]
Expand Down Expand Up @@ -205,7 +205,7 @@ Deploy a template and set the after deployment check to hit the **/health** endp
```yaml
deploys:
name: Deploys
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Deploys
uses: bcgov-nr/action-deployer-openshift.yml@main
Expand Down

0 comments on commit 8db2b61

Please sign in to comment.