Skip to content

Commit f6b0752

Browse files
committed
[github] build: use native packages now ubuntu 24.04 is available
1 parent 50fee59 commit f6b0752

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build
22
on: [push, pull_request]
33
jobs:
44
client:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-latest
66
strategy:
77
fail-fast: false
88
matrix:
@@ -15,12 +15,6 @@ jobs:
1515
- uses: actions/checkout@v2
1616
with:
1717
submodules: recursive
18-
- name: Install libdecor PPA
19-
run: sudo add-apt-repository ppa:christianrauch/libdecoration
20-
if: ${{ matrix.wayland_shell == 'libdecor' }}
21-
- name: Install PipeWire repository
22-
run: |
23-
echo 'deb [trusted=yes] https://pipewire-ubuntu.quantum5.workers.dev ./' | sudo tee /etc/apt/sources.list.d/pipewire.list
2418
- name: Update apt
2519
run: |
2620
sudo apt-get update
@@ -76,9 +70,6 @@ jobs:
7670
- uses: actions/checkout@v2
7771
with:
7872
submodules: recursive
79-
- name: Install PipeWire repository
80-
run: |
81-
echo 'deb [trusted=yes] https://pipewire-ubuntu.quantum5.workers.dev ./' | sudo tee /etc/apt/sources.list.d/pipewire.list
8273
- name: Update apt
8374
run: |
8475
sudo apt-get update

0 commit comments

Comments
 (0)