Skip to content

Commit

Permalink
Merge pull request #495 from bcgov/different-ubuntu-version
Browse files Browse the repository at this point in the history
Update on_push.yaml
  • Loading branch information
mgtennant authored Jan 10, 2025
2 parents edb804b + 2988126 commit b883bf1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
jobs:
build:
name: Build & Push
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout
Expand All @@ -37,7 +37,7 @@ jobs:
environment:
name: dev
url: https://${{ env.ACRONYM }}-app-dev.apps.silver.devops.gov.bc.ca
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: build
timeout-minutes: 12
steps:
Expand All @@ -60,7 +60,7 @@ jobs:
environment:
name: test
url: https://${{ env.ACRONYM }}-app-test.apps.silver.devops.gov.bc.ca
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
- build
- deploy-dev
Expand All @@ -84,7 +84,7 @@ jobs:
environment:
name: prod
url: https://${{ env.ACRONYM }}-app-prod.apps.silver.devops.gov.bc.ca
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
- build
- deploy-dev
Expand Down

0 comments on commit b883bf1

Please sign in to comment.