Skip to content

Commit 4f68fb7

Browse files
committed
Drop Ubuntu 20.04 - https://github.com/PurpleI2P/i2pd-qt/actions/runs/15859125182/job/44711659908?pr=116 - This is a scheduled Ubuntu 20.04 retirement. Ubuntu 20.04 LTS runner will be removed on 2025-04-15. For more details, see actions/runner-images#11101
1 parent e7c7212 commit 4f68fb7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,11 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-20.04, ubuntu-22.04]
11+
os: [ubuntu-22.04]
1212
steps:
1313
- uses: actions/checkout@v2
1414
with:
1515
submodules: 'recursive'
16-
- name: Install packages on Ubuntu 20.04
17-
if: matrix.os == 'ubuntu-20.04'
18-
run: |
19-
sudo add-apt-repository ppa:mhier/libboost-latest
20-
sudo apt-get update
21-
sudo apt-get install build-essential qt5-default libqt5gui5 libboost1.74-dev libminiupnpc-dev libssl-dev zlib1g-dev
2216
- name: Install packages on Ubuntu 22.04
2317
if: matrix.os == 'ubuntu-22.04'
2418
run: |

0 commit comments

Comments
 (0)