From a522f31ba4dcc5ee6996d50ddbc5a77097ff8b1b Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Mon, 27 Jul 2026 09:28:20 +1000 Subject: [PATCH] Bump swig version to 4.2.1 in ci.yml to be consistent with build-all.py --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f84b24a10f..982dafbcb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -159,7 +159,7 @@ jobs: # Remove default swig to avoid conflicts. sudo apt remove --purge swig swig4.0 sudo apt-get install -y libpcre2-dev bison - git clone https://github.com/swig/swig --branch v4.1.0 --depth 1 + git clone https://github.com/swig/swig --branch v4.2.1 --depth 1 cd swig mkdir build && cd build cmake .. \