Skip to content

Commit 2619d79

Browse files
authored
updated runner to ubuntu-latest
1 parent 192c99f commit 2619d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44
jobs:
55
test:
66
name: Test
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
container:
99
# Source: https://github.com/day8/dockerfile-for-dev-ci-image
1010
image: ghcr.io/day8/dockerfile-for-dev-ci-image/chrome-latest:2

0 commit comments

Comments
 (0)