Skip to content

Commit 1b529a3

Browse files
committed
ci: removed ubuntu 22
The ci runner for ubuntu 22 has libiio v0.23 this version is missing some key features needed by libm2k Signed-off-by: IonutMuthi <Ionut.Muthi@analog.com>
1 parent 18b5f60 commit 1b529a3

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/scripts/create_debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ else
1111
fi
1212

1313
$SUDO apt-get update
14-
$SUDO apt-get install -y build-essential cmake libiio-dev libunwind-dev libgoogle-glog-dev libserialport-dev swig python3 python3-dev python3-pip python3-setuptools dh-python mono-mcs cli-common-dev devscripts debhelper
14+
$SUDO apt-get install -y build-essential cmake libiio-dev libgoogle-glog-dev libserialport-dev swig python3 python3-dev python3-pip python3-setuptools dh-python mono-mcs cli-common-dev devscripts debhelper
1515

1616
# Replace placeholders inside the debian template files
1717
sed -i "s/@VERSION@/$version-1/" packaging/debian/changelog

.github/workflows/build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ jobs:
9797
fail-fast: false
9898
matrix:
9999
include:
100-
- runs-on: ubuntu-22.04
101-
distro: ubuntu22
102100
- runs-on: ubuntu-24.04
103101
distro: ubuntu24
104102
- runs-on: ubuntu-26.04

0 commit comments

Comments
 (0)