rh-openjdk / CryptoTest

Complete example of java crypto API
MIT License
3 stars 9 forks source link

It seesm macos no longer provides jdk8 #71

Closed judovana closed 6 months ago

zzambers commented 6 months ago

yy, I have noticed failure. I think, reason behind it is, that they updated macos-latest. It now points to macOS 14 Arm64 image. And there is indeed no temurin jdk8 for macos arm64. Alternative would be to use some other MacOS image, but just keeping macos-latest seems most sane to me.

judovana commented 6 months ago

I see. Tbh, I had missed that aarch64 change/ Thanx!