diff options
author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2022-12-11 11:19:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-11 07:19:10 -0300 |
commit | 4b266d493a47d45424934b03d54a24611efc772a (patch) | |
tree | ccf829821edc8e5d89e8a10606a460f024926111 /.github/workflows | |
parent | 06c458e748f88b29383971462493eb642b7c1b94 (diff) |
fix(build): build-db (#14121)
* fix(build): build-db
* Update build_dbimport.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build_dbimport.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_dbimport.yml b/.github/workflows/build_dbimport.yml index 45d988ff87..7f8a1696b3 100644 --- a/.github/workflows/build_dbimport.yml +++ b/.github/workflows/build_dbimport.yml @@ -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: |