Skip to content

Commit

Permalink
Update continuous-deployment-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k authored Feb 12, 2025
1 parent 3bceb6e commit ea794db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-deployment-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
test:
name: Test
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
container:
# Source: https://github.com/day8/dockerfiles-for-dev-ci-images
image: ghcr.io/day8/chrome-56:2
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
release:
name: Release
needs: test
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
container:
# Source: https://github.com/day8/dockerfiles-for-dev-ci-images
image: ghcr.io/day8/chrome-56:2
Expand Down

0 comments on commit ea794db

Please sign in to comment.