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: ""}

View File

@@ -26,7 +26,7 @@ on:
jobs:
analyze:
name: Analyze
timeout-minutes: 20
timeout-minutes: 30
runs-on: ubuntu-latest
permissions:
actions: read

View File

@@ -28,7 +28,7 @@ env:
jobs:
analyze:
name: Analyze
timeout-minutes: 15
timeout-minutes: 30
runs-on: windows-latest
steps: