[workflows/ci.yml] Ubuntu-20.4 -> 22.04

This commit is contained in:
dirkf 2025-05-03 15:58:13 +01:00 committed by GitHub
parent d5620b8be4
commit bcaea22fb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -240,7 +240,9 @@ jobs:
# install 2.7
shell: bash
run: |
sudo apt-get install -y python2 python-is-python2
curl -L "http://launchpadlibrarian.net/474693132/python-is-python2_2.7.17-4_all.deb" -o python-is-python2.deb
sudo apt-get install -y python2
sudo dpkg -i python-is-python2.deb
echo "PYTHONHOME=/usr" >> "$GITHUB_ENV"
#-------- Python 2.6 --
- name: Set up Python 2.6 environment