More CI fixes
This commit is contained in:
6
.github/workflows/c-cpp.yml
vendored
6
.github/workflows/c-cpp.yml
vendored
@@ -12,7 +12,7 @@ on:
|
||||
jobs:
|
||||
build-alpine-static:
|
||||
|
||||
timeout-minutes: 180
|
||||
timeout-minutes: 240
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
strategy:
|
||||
@@ -597,7 +597,7 @@ jobs:
|
||||
|
||||
build-freebsd:
|
||||
|
||||
timeout-minutes: 180
|
||||
timeout-minutes: 240
|
||||
runs-on: ${{ matrix.os.host }}
|
||||
|
||||
strategy:
|
||||
@@ -666,7 +666,7 @@ jobs:
|
||||
|
||||
build-openbsd:
|
||||
|
||||
timeout-minutes: 180
|
||||
timeout-minutes: 240
|
||||
runs-on: ${{ matrix.os.host }}
|
||||
|
||||
strategy:
|
||||
|
||||
2
.github/workflows/msvc-analysis.yml
vendored
2
.github/workflows/msvc-analysis.yml
vendored
@@ -28,7 +28,7 @@ env:
|
||||
jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
timeout-minutes: 180
|
||||
timeout-minutes: 240
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
|
||||
2
external/src/grpc
vendored
2
external/src/grpc
vendored
Submodule external/src/grpc updated: 20f72b9e93...c46e44e80a
Reference in New Issue
Block a user