From f5ed4afb66446a28416e481a17271dcba6cf7879 Mon Sep 17 00:00:00 2001 From: Evgeny Posenitskiy <45995097+q-posev@users.noreply.github.com> Date: Sun, 10 Nov 2024 21:46:56 +0100 Subject: [PATCH] SWIG 4.3 failed Python tests => downgrade --- .github/workflows/actions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index a4435b0..72a37da 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -156,7 +156,8 @@ jobs: brew install hdf5@1.14 brew install automake brew install libtool - brew install swig + # SWIG 4.3.0 with clang failed CI for macos@aarch64 - lol what? => pinnin for now + brew install swig@4.2.1 brew --prefix hdf5 - name: configure with autotools