Skip to content

Commit

Permalink
Update GH ubuntu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 19, 2024
1 parent 18dce4d commit 722905f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
codeql:
name: Semantic Code Analysis
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
actions: read
contents: read
Expand All @@ -42,7 +42,7 @@ jobs:
needs:
- codeql
environment: test
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
name: [backend]
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
needs:
- deploys-test
environment: prod
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
name: [backend]
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
name: Promote images to PROD
needs:
- deploys-prod
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
packages: write
strategy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# Clean up OpenShift when PR closed, no conditions
cleanup-openshift:
name: Cleanup OpenShift
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Install CLI tools from OpenShift Mirror
uses: redhat-actions/openshift-tools-installer@v1
Expand All @@ -35,7 +35,7 @@ jobs:
image-promotions:
name: Image Promotions
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
packages: write
strategy:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
DOMAIN: apps.silver.devops.gov.bc.ca
PREFIX: ${{ github.event.repository.name }}-${{ github.event.number }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
pull-requests: write
steps:
Expand All @@ -36,7 +36,7 @@ jobs:
builds:
name: Builds
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
packages: write
strategy:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
name: Deploys
needs:
- builds
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
name: [backend]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# tests:
# name: Unit Tests
# if: github.event_name != 'pull_request' || !github.event.pull_request.draft
# runs-on: ubuntu-22.04
# runs-on: ubuntu-24.04
# strategy:
# matrix:
# dir: [backend]
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
trivy:
name: Trivy Security Scan
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 722905f

Please sign in to comment.