1
0
Fork 0
mirror of synced 2024-06-02 10:34:43 +12:00

bump ubuntu version used for linter and pip build

This commit is contained in:
Nick Sweeting 2020-12-11 21:04:30 +02:00
parent 335732649b
commit 72e5c811ba
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ env:
jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:

View file

@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2