beman-project / optional26

Beman.Optional26: `std::optional` extensions targeting C++26
Apache License 2.0
13 stars 8 forks source link

Improve CI #4

Closed steve-downey closed 3 months ago

steve-downey commented 3 months ago

Improve the CI workflow, building with clang 17, 18, and 19, against libc++, and with GCC 13 and 14 using Ubuntu 24.04 as the base OS.

steve-downey commented 3 months ago

Merging so as to base further work on working CI