Skip to content

Commit 6421323

Browse files
committed
Upgrade to SWIG 4.5.0
1 parent c49031c commit 6421323

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/nupkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fi
3636
- name: Setup
3737
env:
38-
SWIG_VERSION: 4.4.1
38+
SWIG_VERSION: 4.5.0
3939
run: |
4040
sudo apt update
4141
sudo apt install -y libpcre2-dev libboost-dev tofrodos

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-tags: true
2020
- name: Setup
2121
env:
22-
SWIG_VERSION: 4.4.1
22+
SWIG_VERSION: 4.5.0
2323
run: |
2424
sudo apt update
2525
sudo apt install -y libpcre2-dev libboost-dev tofrodos

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fi
3636
- name: Setup
3737
env:
38-
SWIG_VERSION: 4.4.1
38+
SWIG_VERSION: 4.5.0
3939
run: |
4040
sudo apt update
4141
sudo apt install -y libpcre2-dev libboost-dev tofrodos

dockerfiles/ci.base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt-get update \
99
&& apt-get clean \
1010
&& rm -rf /var/lib/apt/lists/*
1111

12-
ENV swig_version=4.4.1
12+
ENV swig_version=4.5.0
1313

1414
RUN wget http://downloads.sourceforge.net/project/swig/swig/swig-${swig_version}/swig-${swig_version}.tar.gz \
1515
&& tar xfz swig-${swig_version}.tar.gz \

0 commit comments

Comments
 (0)