1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

CI: upgrade Ubuntu version to get newer Clang. Add C++26 build test. (#7954)

This commit is contained in:
ocornut 2024-09-05 15:15:49 +02:00
parent 41eebc87a0
commit e3cb016328
2 changed files with 15 additions and 4 deletions

View file

@ -1,6 +1,6 @@
#
# Cross Platform Makefile
# Compatible with MSYS2/MINGW, Ubuntu 14.04.1 and Mac OS X
# Compatible with MSYS2/MINGW, Ubuntu 14.04.1+ and Mac OS X
#
# Important: This is a "null backend" application, with no visible output or interaction!
# This is used for testing purpose and continuous integration, and has little use for end-user.