Edgewall Software
Modify

Opened 6 weeks ago

Closed 2 weeks ago

#13878 closed defect (fixed)

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:

Removed ubuntu-20.04 from the build matrix in GitHub Actions.

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)

Change History (1)

comment:1 by Jun Omae, 2 weeks ago

Internal Changes: modified (diff)
Resolution: fixed
Status: assignedclosed

Fixed in [17892] and merged in [17893].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jun Omae.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jun Omae to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.