Skip to content

Commit 0525871

Browse files
Update main.yml
1 parent 175dad8 commit 0525871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build
22
on: [push, pull_request]
33
jobs:
44
lint:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@master
88
- uses: leafo/[email protected]
@@ -17,7 +17,7 @@ jobs:
1717
make lint
1818
1919
build-and-test:
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-latest
2121
needs: lint
2222
steps:
2323
- uses: actions/checkout@master

0 commit comments

Comments
 (0)