From 3526d3afc6341dcf500cb401a1829f0af69c693d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Borz=C3=AC?= Date: Tue, 2 Jun 2020 19:44:18 +0200 Subject: [PATCH] feat(CI): upgrade to Ubuntu 20.04 (#3106) --- .github/workflows/core_build.yml | 2 +- .github/workflows/import_pending_sql.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/core_build.yml b/.github/workflows/core_build.yml index 17dca523b..e512a6975 100644 --- a/.github/workflows/core_build.yml +++ b/.github/workflows/core_build.yml @@ -13,7 +13,7 @@ jobs: matrix: compiler: [clang6, clang7] modules: [with, without] - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 name: ${{ matrix.compiler }}-${{ matrix.modules }}-modules env: COMPILER: ${{ matrix.compiler }} diff --git a/.github/workflows/import_pending_sql.yml b/.github/workflows/import_pending_sql.yml index 49e6dd969..3fb30697b 100644 --- a/.github/workflows/import_pending_sql.yml +++ b/.github/workflows/import_pending_sql.yml @@ -8,7 +8,7 @@ jobs: import-pending-sql: strategy: fail-fast: false - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 with: