We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152fef4 commit 61a6d33Copy full SHA for 61a6d33
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ on: [push, pull_request]
4
5
jobs:
6
test:
7
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
8
steps:
9
- uses: actions/checkout@v2
10
- run: cargo test
0 commit comments