Skip to content

Commit

Permalink
Merge pull request #97 from Terralego/switch-to-ubuntu-18.04
Browse files Browse the repository at this point in the history
Switch actions to ubuntu 18.04
  • Loading branch information
submarcos committed Dec 8, 2020
2 parents a1ca0f4 + 2fcb43c commit 3c9c000
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
lint:

runs-on: ubuntu-latest
runs-on: ubuntu-18.04
strategy:
matrix:
python-version: ['3.9']
Expand All @@ -33,7 +33,7 @@ jobs:
flake8 geostore test_geostore
build:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
needs: [lint]
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 3c9c000

Please sign in to comment.