Refresh GitHub Actions and Appveyor CI

Moved baseline to C++11 due to our dependencies.

- Remove C++98 and C++03 from CI and mark C++11 baseline
- Remove duplicate jobs between Appveyor and GHA
- Disable CMake GHA jobs for now; broken
This commit is contained in:
James E. King III
2024-11-25 15:11:15 +00:00
parent 053fadace9
commit 0b9a081d97
4 changed files with 227 additions and 102 deletions

View File

@@ -13,5 +13,5 @@
"maintainers": [
"Jeremy Siek <jeremy.siek -at- gmail.com>"
],
"cxxstd": "03"
"cxxstd": "11"
}