Updated protobuf to 26.x

This commit is contained in:
SChernykh
2024-01-28 16:33:45 +01:00
parent a60fba8c18
commit 8628dc9141
18 changed files with 8682 additions and 9336 deletions

View File

@@ -115,7 +115,7 @@ jobs:
strategy:
matrix:
config:
- {os: ubuntu-20.04, c: gcc, cpp: g++, flags: ""}
- {os: ubuntu-20.04, c: gcc-8, cpp: g++-8, flags: "-Wno-lto-type-mismatch"}
- {os: ubuntu-20.04, c: gcc-11, cpp: g++-11, flags: ""}
- {os: ubuntu-22.04, c: gcc-12, cpp: g++-12, flags: ""}