Skip to content

Commit 7d4d0d0

Browse files
committed
Update CI to use ubuntu-22.04 and Python 3.7
Signed-off-by: ko-zu <causeless@gmail.com>
1 parent a12c4db commit 7d4d0d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/citest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ on:
1010

1111
jobs:
1212
test-oldpython:
13-
runs-on: "ubuntu-20.04"
13+
runs-on: "ubuntu-22.04"
1414
steps:
1515
- uses: actions/checkout@v4
16-
- name: Set up Python 3.5
16+
- name: Set up Python 3.7
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: "3.5"
19+
python-version: "3.7"
2020
env:
2121
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
2222
# workaround for certificate incompatibility

0 commit comments

Comments
 (0)