ci: use 24.04 instead of lunar for tidy and fuzz ci

This commit is contained in:
Byron Hambly 2025-04-22 11:48:20 +02:00
parent 979170fd2c
commit 833eaacade
No known key found for this signature in database
GPG key ID: DE8F6EA20A661697
19 changed files with 30 additions and 32 deletions

View file

@ -74,7 +74,7 @@ std::string CAssetsDir::GetLabel(const CAsset& asset) const
std::string CAssetsDir::GetIdentifier(const CAsset& asset) const
{
const std::string label = GetMetadata(asset).GetLabel();
std::string label = GetMetadata(asset).GetLabel();
if (!label.empty()) return label;
return asset.GetHex();
}