If you need Java 8 on an Apple Silicon Mac (arm64), I would suggest installing zulu@8 with Homebrew, as openjdk@8 and temurin@8 are only built for x86_64.
GitHub - actions/setup-java at releases/v4

Set up your GitHub Actions workflow with a specific version of Java - actions/setup-java

GitHub