Skip to content

Commit 61a6d33

Browse files
committed
github/workflows/ci: Update to Ubuntu 20.04
This was promoted to `ubuntu-latest`.
1 parent 152fef4 commit 61a6d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
test:
7-
runs-on: ubuntu-18.04
7+
runs-on: ubuntu-20.04
88
steps:
99
- uses: actions/checkout@v2
1010
- run: cargo test

0 commit comments

Comments
 (0)