For snapcraft, switch from docker to machine

This commit is contained in:
Micah Lee 2022-03-31 18:59:38 -07:00
parent cdee9f01ab
commit 183f2d09e7

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