diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2022-01-02 23:08:25 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2022-01-02 23:08:25 +0100 |
commit | 2a2312eb814d29c94b4dcc2861a6214cf10d8d71 (patch) | |
tree | fcfdd3741d1d46c1ce2850d75c268ecf6e24a632 | |
parent | changed build image to ubuntu/21.10. (diff) | |
download | newspipe-2a2312eb814d29c94b4dcc2861a6214cf10d8d71.tar.gz newspipe-2a2312eb814d29c94b4dcc2861a6214cf10d8d71.tar.bz2 newspipe-2a2312eb814d29c94b4dcc2861a6214cf10d8d71.zip |
changed build image to ubuntu/22.04.
-rw-r--r-- | .builds/debian.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/debian.yml b/.builds/debian.yml index 15ecd36e..e016720b 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -1,4 +1,4 @@ -image: ubuntu/21.10 +image: ubuntu/22.04 sources: - https://git.sr.ht/~cedric/newspipe packages: |