diff --git a/.github/workflows/pr-closed.yml b/.github/workflows/pr-closed.yml index e6a38aa..8e9cb20 100644 --- a/.github/workflows/pr-closed.yml +++ b/.github/workflows/pr-closed.yml @@ -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 diff --git a/README.md b/README.md index e953ea8..6517156 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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] @@ -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] @@ -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