Skip to content

Commit d36ecc3

Browse files
committed
Update the GitHub action runner to ubuntu-latest
1 parent b11fd9d commit d36ecc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Test Coverage
22
on: [push, pull_request]
33
jobs:
44
run:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout
88
uses: actions/checkout@v3
@@ -18,4 +18,4 @@ jobs:
1818
- name: Codecov
1919
uses: codecov/codecov-action@v4.2.0
2020
env:
21-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
21+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)