Skip to content

Commit

Permalink
chore(ci): consistently use GH runner ubuntu-24.04 (#2249)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jan 18, 2025
1 parent b8c8c35 commit aa3a004
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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:
- name: Point DEMO URL to Existing Service
uses: bcgov/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
# https://tecadmin.net/getting-yesterdays-date-in-bash/
CUTOFF: "1 week ago"
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- name: Clean up Helm Releases
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
env:
DOMAIN: apps.silver.devops.gov.bc.ca
PREFIX: ${{ github.event.repository.name }}-test
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
name: [backend, frontend]
Expand Down

0 comments on commit aa3a004

Please sign in to comment.