mirror of
https://github.com/cmur2/python-bme680.git
synced 2024-12-22 12:54:29 +01:00
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:
parent
9f3be44151
commit
294281658e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -12,7 +12,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
strategy:
|
||||
matrix:
|
||||
python-version:
|
||||
|
Loading…
Reference in New Issue
Block a user