Skip to content

Commit

Permalink
Merge pull request #404 from device42/ubuntu-22-pin
Browse files Browse the repository at this point in the history
Pinning ubuntu to 22.04
  • Loading branch information
mikeD42 authored Jan 8, 2025
2 parents 5fe11eb + 068ba82 commit caf6abd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build_artifact:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:

deploy_dev:
needs: build_artifact
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
environment: dev
steps:
- name: Checkout code
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
deploy_stg:
needs: deploy_dev
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
environment: stg
steps:
- name: Checkout code
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
deploy_prod:
needs: deploy_stg
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
environment: prod
steps:
- name: Checkout code
Expand Down

0 comments on commit caf6abd

Please sign in to comment.