probonopd/Zoom.AppImage

CI is not compiling

Closed this issue · 1 comments

The latest release of this appImage is from 19th of September, I've checked the CI but the latest builds have all failed
image

https://github.com/probonopd/Zoom.AppImage/blob/master/.github/workflows/main.yml

As pointed out in actions/runner-images#4313 (comment) once can use

    container:
      image: ubuntu:16.04

In this case it may not be necessary though, since the base system should have no impact on the generated AppImage when using pkg2appimage. Hence switching to ubuntu-18.04 will probably do the trick.