Move snap action to ubuntu-latest since it uses lxd

This commit is contained in:
Ilya Fedin 2020-09-10 11:29:45 +00:00 committed by John Preston
parent 8fd1253266
commit f1cf6b4896

View file

@ -41,8 +41,8 @@ on:
jobs:
linux:
name: Ubuntu 20.04
runs-on: ubuntu-20.04
name: Ubuntu
runs-on: ubuntu-latest
env:
UPLOAD_ARTIFACT: "false"
@ -55,7 +55,10 @@ jobs:
- name: First set up.
run: |
sudo apt-get purge --autoremove lxd
sudo snap install --classic snapcraft
sudo snap install lxd
# Workaround for snapcraft
# See https://forum.snapcraft.io/t/13258