The issue was that the step that was testing the release was using an outdated version of set-up-java and that was causing it to download an x86_64 version of Java in arm runners. I will open a new PR to add dependabot in this repo.
On top of that, the NativeLibLoader was lacking a / in the path to be able to locate the native libs in apple silicon macs.
The issue was that the step that was testing the release was using an outdated version of
set-up-java
and that was causing it to download an x86_64 version of Java in arm runners. I will open a new PR to add dependabot in this repo.On top of that, the
NativeLibLoader
was lacking a/
in the path to be able to locate the native libs in apple silicon macs.