Skip to content

Commit

Permalink
Pin Github Actions Runner to Ubuntu 20 for Py27 (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebruckert committed Nov 26, 2022
1 parent 6f56504 commit edcd322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Expand Up @@ -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"]
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -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

Expand Down

0 comments on commit edcd322

Please sign in to comment.