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