]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
upgrade CI operationg system to Ubuntu 20.04 LTS amd64
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Fri, 20 Nov 2020 07:41:36 +0000 (16:41 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Sat, 21 Nov 2020 00:13:46 +0000 (09:13 +0900)
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
.github/workflows/build.yml

index babf7fc91ba23592990781daa707a0a6a3840abd..cf9453a14a4ad8be9b9e14651b88594182132f19 100644 (file)
@@ -86,7 +86,7 @@ jobs:
         sudo lxd init --auto
     - name: Launch container
       run: |
-        sudo lxc launch ubuntu:19.10/amd64 builder
+        sudo lxc launch ubuntu:20.04/amd64 builder
         sudo lxc exec builder -- bash -c 'while [ "$(systemctl is-system-running 2>/dev/null)" != "running" ] && [ "$(systemctl is-system-running 2>/dev/null)" != "degraded" ]; do :; done'
     - name: Prepare build environment.
       run: |