Skip to content

Commit 50ade3c

Browse files
committed
updated macos runtimer
1 parent a968b8d commit 50ade3c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
build_jre:
2424
needs: get_modules
25-
uses: yetanalytics/runtimer/.github/workflows/runtimer.yml@0.1.2-java-11-temurin
25+
uses: yetanalytics/runtimer/.github/workflows/runtimer.yml@0.1.3-java-11-temurin
2626
with:
2727
java-version: '11'
2828
java-distribution: 'temurin'
@@ -58,7 +58,7 @@ jobs:
5858
- name: Download macOS-latest Artifact
5959
uses: actions/download-artifact@v3
6060
with:
61-
name: macos-11-jre
61+
name: macos-12-jre
6262

6363
- name: Download windows-latest Artifact
6464
uses: actions/download-artifact@v3
@@ -70,8 +70,8 @@ jobs:
7070
mkdir -p target/bundle/runtimes
7171
unzip ubuntu-20.04-jre.zip -d target/bundle/runtimes
7272
mv target/bundle/runtimes/ubuntu-20.04 target/bundle/runtimes/linux
73-
unzip macos-11-jre.zip -d target/bundle/runtimes
74-
mv target/bundle/runtimes/macos-11 target/bundle/runtimes/macos
73+
unzip macos-12-jre.zip -d target/bundle/runtimes
74+
mv target/bundle/runtimes/macos-12 target/bundle/runtimes/macos
7575
unzip windows-2022-jre.zip -d target/bundle/runtimes
7676
mv target/bundle/runtimes/windows-2022 target/bundle/runtimes/windows
7777

0 commit comments

Comments
 (0)