update workflow to use 18.04 correctly

This commit is contained in:
Blake Harnden 2019-09-18 12:56:24 -07:00
parent 0dec7af9eb
commit 4271086422

View file

@ -4,7 +4,7 @@ on: [push]
jobs: jobs:
build: build:
runs-on: ubuntu-1804 runs-on: ubuntu-18.04
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Set up Python 3.7 - name: Set up Python 3.7