Skip to content

Commit 17c34f9

Browse files
authored
Change back Ubuntu versions for CI and RTD (#857)
Signed-off-by: eduponz <eduardoponz@eprosima.com>
1 parent 953de4b commit 17c34f9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/reusable-ubuntu-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Install apt dependencies
9595
uses: eProsima/eProsima-CI/ubuntu/install_apt_packages@v0
9696
with:
97-
packages: libasio-dev libtinyxml2-dev libssl-dev swig4.1 doxygen imagemagick plantuml
97+
packages: libasio-dev libtinyxml2-dev libssl-dev swig doxygen imagemagick plantuml
9898
update: false
9999
upgrade: false
100100

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def configure_doxyfile(
299299
sys.exit(doxygen_ret)
300300

301301
# Generate SWIG code.
302-
swig_ret = subprocess.call('swig4.1 -python -doxygen -I{}/include \
302+
swig_ret = subprocess.call('swig -python -doxygen -I{}/include \
303303
-outdir {}/fastdds_python/src/swig -c++ -interface \
304304
_fastdds_python -o \
305305
{}/fastdds_python/src/swig/fastddsPYTHON_wrap.cxx \

readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
version: 2
77

88
build:
9-
os: ubuntu-24.04
9+
os: ubuntu-20.04
1010
tools:
1111
python: "3.11"
1212
apt_packages:
1313
- plantuml
14-
- swig4.1
14+
- swig
1515

1616
# Build documentation in the docs/ directory with Sphinx
1717
sphinx:

0 commit comments

Comments
 (0)