We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ubuntu-latest
1 parent 4f369f5 commit 76d8502Copy full SHA for 76d8502
1 file changed
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ permissions:
9
10
jobs:
11
test:
12
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
13
permissions:
14
contents: read # for actions/checkout to fetch code
15
checks: write # for coverallsapp/github-action to create new checks
@@ -220,4 +220,4 @@ jobs:
220
with:
221
github-token: ${{ secrets.github_token }}
222
parallel-finished: true
223
-
+
0 commit comments