[chore](build) Fix compilation errors reported by GCC-13 (#25439)

1. Fix lots of compilation errors reported by GCC-13.
2. Fix the workflow BE UT (macOS).
This commit is contained in:
Adonis Ling
2023-10-15 07:57:36 -05:00
committed by GitHub
parent 7ea456ef91
commit 08f305dd79
8 changed files with 11 additions and 7 deletions

View File

@ -29,7 +29,7 @@ concurrency:
jobs:
run-ut:
name: BE UT (macOS)
runs-on: macos-12
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v3
@ -81,7 +81,7 @@ jobs:
'node'
'llvm@16'
)
brew install "${cellars[@]}"
brew install "${cellars[@]}" || true
pushd thirdparty
branch="${{ github.base_ref }}"