From 294281658ed6c36cede3ea89a8a61caedcf876a7 Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Thu, 4 Mar 2021 09:05:48 +0100 Subject: [PATCH] ci: use older Ubuntu to retain Python 3.4 - see problematic run https://github.com/cmur2/python-bme680/actions/runs/619900122 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b80187..112b64b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 strategy: matrix: python-version: