Modify ↓
Opened 41 hours ago
#13878 assigned defect
Ubuntu-20.04 runner image on GitHub Actions will be fully unsupported by 2025-04-15
Reported by: | Jun Omae | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Milestone: | 1.6.1 |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
We should remove ubuntu-20.04
from .github/workflows/*.yml
. As the resulting, the tests with Python 3.5 and 3.6 will be unable to run on GitHub Actions.
$ git grep '\<ubuntu-20\.04\>' .github/workflows/build.yml: - {os: ubuntu-20.04, python-version: '3.6', tracdb: ''} .github/workflows/build.yml: - {os: ubuntu-20.04, python-version: '3.5', tracdb: ''} .github/workflows/build.yml: - {os: ubuntu-20.04, python-version: '3.6'} .github/workflows/build.yml: - {os: ubuntu-20.04, python-version: '3.5'}
Links:
Attachments (0)
Note:
See TracTickets
for help on using tickets.