From edcd3228454e9d61a7d751e5a8e0240c7a3d17d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bruckert?= Date: Sat, 26 Nov 2022 08:40:49 +0000 Subject: [PATCH] Pin Github Actions Runner to Ubuntu 20 for Py27 (#894) --- .github/workflows/pythonapp.yml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 8d6c9c0..a3d5dcc 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: matrix: python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10"] diff --git a/CHANGELOG.md b/CHANGELOG.md index 4068c06..617dec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Incorrect category_id input for test_category - Assertion value for test_categories_limit_low and test_categories_limit_high +- Pin Github Actions Runner to Ubuntu 20 for Py27 ## [2.21.0] - 2022-09-26