Skip to content

Commit

Permalink
Merge pull request #266 from unboxed/update-ci-runners
Browse files Browse the repository at this point in the history
Update ci runners to ubuntu 22.04
  • Loading branch information
benjamineskola authored Oct 10, 2024
2 parents 3256dfd + cd669d7 commit 02355bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ permissions:
jobs:
build-image:
name: Create and push docker image to ECR for ${{ inputs.environment-name }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
environment: ${{ inputs.environment-name }}

steps:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
deploy-db-migrate-service:
name: Perform database migrations on ${{ inputs.environment-name }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [build-image]

steps:
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
deploy-services:
name: Deploy services to ${{ inputs.environment-name }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [build-image, deploy-db-migrate-service]
strategy:
matrix:
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:

tag-release:
name: Tag release
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [build-image, deploy-db-migrate-service]
permissions:
contents: write
Expand Down

0 comments on commit 02355bf

Please sign in to comment.