Skip to content

Commit

Permalink
bumped ci runner
Browse files Browse the repository at this point in the history
  • Loading branch information
stumitchell authored Feb 18, 2025
1 parent 273f34f commit cac877b
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-latest
container:
# Source: https://github.com/day8/dockerfiles-for-dev-ci-images
image: ghcr.io/day8/chrome-56:5.0.0
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
release:
name: Release
needs: test
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container:
# Source: https://github.com/day8/dockerfiles-for-dev-ci-images
image: ghcr.io/day8/chrome-56:5.0.0
Expand Down

0 comments on commit cac877b

Please sign in to comment.