fix(ci): switch to ubuntu:devel

pull/1/head
Paul Makles 2022-03-05 15:35:58 +00:00
parent da25ca0a5c
commit 32b82019d8
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
check:
name: Rust project
runs-on: ubuntu-latest
container: ubuntu:rolling
container: ubuntu:devel
steps:
- uses: actions/checkout@v2