Skip to content

Commit

Permalink
updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
stumitchell authored Feb 18, 2025
1 parent 3a4479d commit 3d4358f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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-24.04
runs-on: ubuntu-latest
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-24.04
runs-on: ubuntu-latest
container:
# Source: https://github.com/day8/dockerfiles-for-dev-ci-images
image: ghcr.io/day8/chrome-56:2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
test:
name: Tests
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
container:
image: ghcr.io/day8/chrome-latest:2
steps:
Expand Down

0 comments on commit 3d4358f

Please sign in to comment.