Skip to content

Commit f0e5336

Browse files
authored
ci: remove usage of 20.04 ubuntu runner (#451)
1 parent 4e1dbe0 commit f0e5336

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)