Skip to content

Commit

Permalink
Use Ubuntu-20.04 in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
impaktor authored and Webster Sheets committed Jan 13, 2021
1 parent b15d7ae commit 54dba83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 54dba83

Please sign in to comment.