When updating the dependencies the CI might fail because of dependency mismatch. This is caused by the fact that the normal version is rebuilt, while the 128-bit version is not. If they depend on mutually exclusive dependencies, this can cause the conflict.
The proposed fix is to not just build the regular, but also the 128-bit versions in CI and then provide both to OpenFHE.jl for testing.
See also this PR-comment