]> granicus.if.org Git - libmatroska/commit
CI: don't build C++ with any compiler extension build-archs
authorSteve Lhomme <slhomme@matroska.org>
Sat, 15 Oct 2022 14:17:06 +0000 (16:17 +0200)
committerSteve Lhomme <slhomme@matroska.org>
Sat, 15 Oct 2022 14:18:09 +0000 (16:18 +0200)
commit6f74991e930d8538a886705f6f782c1d20c62ce1
tree9ed89247783bdb8fe06363736063a5a0242f4361
parent04699129fa130aa3fae5b18a9c1affd3c2335832
CI: don't build C++ with any compiler extension

Use -std=c++14 instead of -std=gnu++14 so we can tell when using improper C++.
.github/workflows/linux-gcc10.yaml
.github/workflows/linux.yaml
.github/workflows/macos.yaml
.github/workflows/windows.yaml