You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub finished updating ubuntu-latest from Ubuntu 22.04 --> 24.04 on Jan 17 2025. Many of the CI workflow files use ubuntu-latest.
This probably broke some of the actions that use ubuntu-latest. The actions aren't run periodically, so it's unknown what all workflows are broken. They need to be manually run to check.
The laziest fix right now is would be to replace ubuntu-latest to ubuntu-22.04 everywhere.
At the least, pdq build CI is currently broken due to some change in imagemagick, which is a runtime dependency for CImg for decoding images files and is required for tests. I don't think imagemagick installed by default anymore. Installing imagemagick in the CI workflow should fix this (#1758)
The text was updated successfully, but these errors were encountered:
ianwal
changed the title
CI failure caused by ubuntu-latest 22.04 --> 24.04 update
CI failure(s) caused by ubuntu-latest 22.04 --> 24.04 update
Feb 9, 2025
GitHub finished updating
ubuntu-latest
from Ubuntu 22.04 --> 24.04 on Jan 17 2025. Many of the CI workflow files useubuntu-latest
.This probably broke some of the actions that use
ubuntu-latest
. The actions aren't run periodically, so it's unknown what all workflows are broken. They need to be manually run to check.The laziest fix right now is would be to replace
ubuntu-latest
toubuntu-22.04
everywhere.At the least, pdq build CI is currently broken due to some change in
imagemagick
, which is a runtime dependency for CImg for decoding images files and is required for tests. I don't thinkimagemagick
installed by default anymore. Installingimagemagick
in the CI workflow should fix this (#1758)The text was updated successfully, but these errors were encountered: