- Revert mvkRoundHalfToEven() to static inline instead of constexpr, because internal use of std::remainder() is not constexpr until C++23. - Replace non-template constexpr functions with static constexpr. - Update Github CI to default to use Xcode 14.2, and macos-latest (which is now macos-12).