Skip to content

Commit

Permalink
chore: install Java ARM64 version on macOS CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Jan 1, 2025
1 parent d34db56 commit 89429b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ jobs:
name: Install Java
command: |
JDK8_UPDATE=<< pipeline.parameters.jdk8-update >>
curl "https://s3.us-west-2.amazonaws.com/public.breakout.jedwards1211/jdk-8u${JDK8_UPDATE}-macosx-x64.dmg" > "$HOME/Downloads/jdk-8u${JDK8_UPDATE}-macosx-x64.dmg"
hdiutil attach "$HOME/Downloads/jdk-8u${JDK8_UPDATE}-macosx-x64.dmg"
curl "https://s3.us-west-2.amazonaws.com/public.breakout.jedwards1211/jdk-8u${JDK8_UPDATE}-macosx-aarch64.dmg" > "$HOME/Downloads/jdk-8u${JDK8_UPDATE}-macosx-aarch64.dmg"
hdiutil attach "$HOME/Downloads/jdk-8u${JDK8_UPDATE}-macosx-aarch64.dmg"
sudo installer -pkg "/Volumes/JDK 8 Update ${JDK8_UPDATE}/JDK 8 Update ${JDK8_UPDATE}.pkg" -target /
diskutil umount "/Volumes/JDK 8 Update ${JDK8_UPDATE}"
- run:
Expand Down

0 comments on commit 89429b4

Please sign in to comment.