Skip to content

Commit

Permalink
chore(ci): use GH runner ubuntu-24.04 (#1834)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jan 29, 2025
1 parent 7042cb3 commit bfbbb70
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
environment: ${{ inputs.environment }}
if: needs.init.outputs.deploy_sync == 'true'
needs: [init]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Deploy (sync)
uses: bcgov/action-deployer-openshift@v3.0.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
DEST: demo
DOMAIN: apps.silver.devops.gov.bc.ca
REPO: ${{ github.event.repository.name }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: redhat-actions/openshift-tools-installer@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/etl-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
etl-prod:
environment: prod
name: ETL (PROD)
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: redhat-actions/openshift-tools-installer@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/etl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
etl-test:
environment: test
name: ETL (TEST)
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/job-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# https://tecadmin.net/getting-yesterdays-date-in-bash/
DATE: "4 days ago"
TYPE: "deployments"
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- uses: redhat-actions/openshift-tools-installer@v1
Expand All @@ -39,7 +39,7 @@ jobs:
target: test

zap_scan:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: Penetration Tests
# Run after other tests to avoid rate limiting
needs: [tests]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Initialize
outputs:
pr: ${{ steps.pr.outputs.pr }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
# Get PR number for squash merges to main
- id: pr
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
promote:
name: Promote Images
needs: [init, deploys-prod]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
package: [backend, frontend, oracle-api, sync]
Expand Down

0 comments on commit bfbbb70

Please sign in to comment.