For snapcraft, switch from docker to machine

This commit is contained in:
Micah Lee 2022-03-31 18:59:38 -07:00
parent fd052e6f1c
commit f4a50b573d
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -168,8 +168,8 @@ jobs:
- checkout
build-snapcraft:
docker:
- image: ubuntu/20.04
machine:
image: ubuntu-2004:current
working_directory: ~/repo
steps:
- checkout