Skip to content

Commit 51273f6

Browse files
authored
Update CI runner from ubuntu-18.04 to ubuntu-latest (#2)
1 parent 62c3941 commit 51273f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'renovate/*'
88
jobs:
99
lint:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
1111
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
1212
steps:
1313
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)