-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Labels
Description
Have you checked that your issue isn't already filed?
- I read through FAQ and searched through the past issues, none of which addressed my issue.
- Yes, I have checked that this issue isn't already filed.
Bug description
The convert command from ImageMagick fails to run in workflows using the latest ubuntu-latest tag in GitHub Actions. I guess this issue occurs because ubuntu:latest now uses Ubuntu 24.04 instead of 22.04.
How to reproduce the bug
Just build a website with images and look into the logs.
Error messages and logs
Incremental build: disabled. Enable with --incremental
Generating...
Jekyll Feed: Generating feed for posts
Imagemagick: Searching files in /home/runner/work/ardoco.github.io/ardoco.github.io/assets/img/
Imagemagick: Generating image "/home/runner/work/ardoco.github.io/ardoco.github.io/_site/assets/img/icsa2019_poster-480.webp"
Imagemagick: Command returned pid 1991 exit 127 with error sh: 1: convert: not found
Imagemagick: Generating image "/home/runner/work/ardoco.github.io/ardoco.github.io/_site/assets/img/icsa2019_poster-800.webp"
What operating system are you using?
Not applicable (e.g. you're using GitHub Pages or other hosting)
Where are you seeing the problem on?
Deployed site
More info
The page still reders, but the webp files are not generated anymore