otland / forgottenserver

A free and open-source MMORPG server emulator written in C++
https://otland.net
GNU General Public License v2.0
1.57k stars 1.05k forks source link

Run clang-format with updated Ubuntu image #4659

Closed ranisalt closed 4 months ago

ranisalt commented 4 months ago

Pull Request Prelude

Changes Proposed

After #4654 the prehistoric Ubuntu used by Github Actions runs clang-format 4 major versions outdated and fails to accept the formatted files. This is an attempt to run a more up-to-date version of Ubuntu and not have this issue.