Runtime org.gnome.Platform branch 45 is end-of-life warning on flatpak updates

The problem is that none of the flatpaks are using that particular runtime. If the runtime weren’t pinned, I’d guess that “clean-system” under ujust --choose (or the underlying flatpak uninstall --unused) would remove it. But, for some reason, the runtime is pinned.

EDIT: according to:

unpinning old, unused, runtimes with:

flatpak pin --remove runtime/org.gnome.Platform/x86_64/48
flatpak pin --remove runtime/org.gnome.Platform.Locale/x86_64/48

should allow them to be removed with:

flatpak uninstall --unused

But, I’d say that Bazzite should notice orphaned runtimes and do the unpinning itself whenever the last thing using it is removed: