Update to using ubuntu 18.04 for actions instead

pull/436/head
Fayaaz 2020-07-26 21:14:56 +01:00
parent 28a88b5745
commit 2454a111f0
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04
# Steps represent a sequence of tasks that will be executed as part of the job
steps: