ci: use older Ubuntu to retain Python 3.4

- see problematic run https://github.com/cmur2/python-bme680/actions/runs/619900122
This commit is contained in:
Christian Nicolai 2021-03-04 09:05:48 +01:00 committed by GitHub
parent 9f3be44151
commit 58c9c2e208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
strategy:
matrix:
python-version: