From 54dba831f1b95fe9b67e738884407ab42832247c Mon Sep 17 00:00:00 2001 From: Karl F Date: Sun, 3 Jan 2021 19:27:11 +0100 Subject: [PATCH] Use Ubuntu-20.04 in github actions --- .github/workflows/build-ci.yml | 4 ++-- .github/workflows/clang-format.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-ci.yml b/.github/workflows/build-ci.yml index 6dcb8c7d3..ff1e661a9 100644 --- a/.github/workflows/build-ci.yml +++ b/.github/workflows/build-ci.yml @@ -95,7 +95,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-16.04] + os: [ubuntu-20.04] steps: # Checkout the repository as $GITHUB_WORKSPACE @@ -125,7 +125,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-16.04] + os: [ubuntu-20.04] # Steps represent a sequence of tasks that will be executed as part of the job steps: diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 59c9b544d..c4ae1fe13 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 5 # Ubuntu 18.04 at the time of writing includes clang-format-9 as default - runs-on: [ubuntu-18.04] + runs-on: [ubuntu-20.04] # We want to check all changed files between the pull-request base and the head of the pull request env: