diff options
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index acf5ab499..d58b1dabf 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -534,7 +534,7 @@ test_building_snap_task: allow_failures: true container: - image: snapcore/snapcraft:stable + image: yakshaveinc/snapcraft:core18 snapcraft_script: 'cd contrib/snapcraft && snapcraft' |