Skip to content

Commit

Permalink
runtimer macos update (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffcaseyyet authored Oct 14, 2024
1 parent ebc023b commit 71307bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

build_jre:
needs: get_modules
uses: yetanalytics/runtimer/.github/workflows/[email protected].2-java-11-temurin
uses: yetanalytics/runtimer/.github/workflows/[email protected].3-java-11-temurin
with:
java-version: '11'
java-distribution: 'temurin'
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Download macOS-latest Artifact
uses: actions/download-artifact@v3
with:
name: macos-11-jre
name: macos-12-jre

- name: Download windows-latest Artifact
uses: actions/download-artifact@v3
Expand All @@ -70,8 +70,8 @@ jobs:
mkdir -p target/bundle/runtimes
unzip ubuntu-20.04-jre.zip -d target/bundle/runtimes
mv target/bundle/runtimes/ubuntu-20.04 target/bundle/runtimes/linux
unzip macos-11-jre.zip -d target/bundle/runtimes
mv target/bundle/runtimes/macos-11 target/bundle/runtimes/macos
unzip macos-12-jre.zip -d target/bundle/runtimes
mv target/bundle/runtimes/macos-12 target/bundle/runtimes/macos
unzip windows-2022-jre.zip -d target/bundle/runtimes
mv target/bundle/runtimes/windows-2022 target/bundle/runtimes/windows
Expand Down

0 comments on commit 71307bf

Please sign in to comment.