From 4b266d493a47d45424934b03d54a24611efc772a Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 11 Dec 2022 11:19:10 +0100 Subject: [PATCH] fix(build): build-db (#14121) * fix(build): build-db * Update build_dbimport.yml --- .github/workflows/build_dbimport.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_dbimport.yml b/.github/workflows/build_dbimport.yml index 45d988ff8..7f8a1696b 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: