feat(CI): upgrade to Ubuntu 20.04 (#3106)

This commit is contained in:
Francesco Borzì 2020-06-02 19:44:18 +02:00 committed by GitHub
parent 7c0cc3cf89
commit 3526d3afc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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 }}

View file

@ -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: