File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 build-application-linux-debian :
117117 strategy :
118118 matrix :
119- os : ["22 .04", "20 .04"]
119+ os : ["24 .04", "22 .04"]
120120 fail-fast : false
121121 name : " Build Application Linux - Ubuntu ${{ matrix.os }}"
122122 runs-on : ubuntu-${{ matrix.os }}
@@ -160,20 +160,6 @@ jobs:
160160 sudo apt install ruby -y
161161 sudo gem install fpm
162162
163- - name : Ubuntu-20.04 dependencies
164- if : matrix.os == '20.04'
165- run : |
166- sudo add-apt-repository ppa:okirby/qt6-backports -y
167- sudo apt update
168- sudo apt install qt6-base-dev -y
169-
170- wget http://archive.ubuntu.com/ubuntu/pool/main/libf/libffi/libffi8_3.4.2-4_amd64.deb
171- sudo apt install ./libffi8_3.4.2-4_amd64.deb
172-
173- wget http://archive.ubuntu.com/ubuntu/pool/main/w/wayland/libwayland-client0_1.20.0-1_amd64.deb
174- sudo apt install ./libwayland-client0_1.20.0-1_amd64.deb
175-
176-
177163 - name : Create python-3.11 artifact
178164 run : |
179165 mkdir -p cd ${HOME}/.cache
@@ -480,7 +466,7 @@ jobs:
480466
481467 - uses : actions/download-artifact@v4
482468 with :
483- name : Python-Installer-ubuntu_20 .04
469+ name : Python-Installer-ubuntu_24 .04
484470 path : installer
485471
486472 - uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments