]> granicus.if.org Git - libmatroska/commit
CI: don't build C++ with any compiler extension
authorSteve Lhomme <slhomme@matroska.org>
Sat, 15 Oct 2022 14:17:09 +0000 (16:17 +0200)
committerSteve Lhomme <robux4@ycbcr.xyz>
Sat, 22 Oct 2022 12:25:53 +0000 (14:25 +0200)
commit10d9463153c57e88e5b632bdd4de13d30ae83ad5
tree1dc5e4f8eeef2853fa6ba5f957fcfe941677ed39
parent9153a70588c5d905ff9582c8f74e5ddad285381c
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