We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 192c99f commit 2619d79Copy full SHA for 2619d79
.github/workflows/continuous-integration-workflow.yml
@@ -4,7 +4,7 @@ on: [push]
4
jobs:
5
test:
6
name: Test
7
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
8
container:
9
# Source: https://github.com/day8/dockerfile-for-dev-ci-image
10
image: ghcr.io/day8/dockerfile-for-dev-ci-image/chrome-latest:2
0 commit comments