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 - checkout
build-snapcraft: build-snapcraft:
docker: machine:
- image: ubuntu/20.04 image: ubuntu-2004:current
working_directory: ~/repo working_directory: ~/repo
steps: steps:
- checkout - checkout