fix(build): build-db (#14121)
* fix(build): build-db * Update build_dbimport.yml
This commit is contained in:
parent
06c458e748
commit
4b266d493a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_dbimport.yml
vendored
4
.github/workflows/build_dbimport.yml
vendored
|
|
@ -15,8 +15,8 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
# the result of the matrix will be the combination of all attributes, so we get os*compiler*modules builds
|
||||
os: [ubuntu-latest]
|
||||
compiler: [clang12]
|
||||
os: [ubuntu-20.04]
|
||||
compiler: [clang]
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: ${{ matrix.compiler }}
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue