Skip to content

Commit b97d391

Browse files
ldv-altsolardiz
authored andcommitted
github: switch whitespace-errors job to ubuntu-latest
Whitespace-errors job should be agnostic to the OS version being used, so use the default one.
1 parent 90cd3d5 commit b97d391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
whitespace-errors:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
1010
- name: check

0 commit comments

Comments
 (0)