2
0
mirror of https://github.com/boostorg/wave.git synced 2026-01-19 04:42:16 +00:00

7 Commits

Author SHA1 Message Date
Alexander Grund
c8fe261da8 GHA: Use Ubuntu 24.04 for clang test
GitHub removes the Ubuntu 20 runners

As the Clang version doesn't seem to matter just update to the latest OS
2025-04-25 15:52:51 +02:00
Alexander Grund
9f8ebdf8ce Fix Github Actions 2024-12-06 17:28:33 +01:00
Jeff Trull
8b62268ddd Use only node16 in CI
To test against different compiler versions we use older Docker
images, which in turn have different glibc versions. Github recently
deprecated Node version 16, which had been built with an older glibc
version, and the newer Node version requires a glibc version that is
not available on the old images, causing builds to fail.

This is a hack permitting the continued use of Node 16, until Github
decides to make it impossible.
2024-08-26 20:56:32 -07:00
Jeff Trull
ccec592137 Upgrade stale CI config (#199)
* Update runner OS options so all jobs execute

* Add C++20 to matrix

* Add gcc-9 and msvc-14.3 (via Appveyor) to matrix
2024-01-17 11:43:50 -08:00
Jeff Trull
87459418b8 Remove support for C++03 and prior compilers
This removes only support for C++98/03 as a compiler for this library.
Wave continues to support C++98 and C++03 constructs as a preprocessor.
2021-11-03 16:05:59 -07:00
sdarwin
28d43336d1 Update GitHub Actions CI file 2021-07-30 16:10:58 +00:00
sdarwin
846cd1ecc4 Add GitHub Actions config [ci skip] 2021-03-04 15:07:33 +00:00