Update maintain-runners.yml

This commit is contained in:
Igor Pečovnik
2022-07-30 12:31:40 +02:00
committed by GitHub
parent 3b247007bd
commit 08898febe8

View File

@@ -93,6 +93,10 @@ jobs:
- name: Upgrading
run: |
sudo sed -i 's/jammy/hirsute/g' /etc/apt/sources.list
sudo apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade -y
FROM_RELEASE=hirsute
TO_RELEASE=jammy