Skip to content

Commit 8353b42

Browse files
committed
ci: don't test Ubuntu 20.04 anymore
1 parent e856957 commit 8353b42

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,13 @@ jobs:
2929
strategy:
3030
matrix:
3131
os:
32-
- version: ubuntu-20.04
33-
ppa: gnuradio/gnuradio-releases
34-
packages: libsndfile-dev libspdlog-dev pybind11-dev
35-
osmosdr-from-source: True
36-
- version: ubuntu-20.04
37-
ppa: gnuradio/gnuradio-releases-3.9
38-
packages: libsndfile-dev libspdlog-dev pybind11-dev gr-osmosdr
3932
- version: ubuntu-22.04
4033
packages: libsndfile1-dev gr-osmosdr
4134
- version: ubuntu-24.04
4235
packages: gr-osmosdr
4336
runs-on: ${{matrix.os.version}}
4437
steps:
4538
- uses: actions/checkout@v4
46-
- name: Add PPA
47-
if: ${{matrix.os.ppa}}
48-
run: |
49-
sudo add-apt-repository ppa:${{matrix.os.ppa}}
5039
- name: Install GNU Radio
5140
run: |
5241
sudo apt update
@@ -104,16 +93,6 @@ jobs:
10493
run: |
10594
iridium-extractor examples/hackrf-soapy.conf 2>&1 | tee stderr-out
10695
cat stderr-out | grep "RuntimeError: no hackrf device matches"
107-
- name: Install gr-osmosdr from source
108-
if: ${{matrix.os.osmosdr-from-source}}
109-
run: |
110-
git clone https://github.com/osmocom/gr-osmosdr
111-
cd gr-osmosdr
112-
cmake -B build
113-
cmake --build build
114-
cd build
115-
sudo make install
116-
sudo ldconfig
11796
11897
- name: Open SDR with gr-osmosdr
11998
run: |

0 commit comments

Comments
 (0)