File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
23
23
build_jre :
24
24
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
26
26
with :
27
27
java-version : ' 11'
28
28
java-distribution : ' temurin'
58
58
- name : Download macOS-latest Artifact
59
59
uses : actions/download-artifact@v3
60
60
with :
61
- name : macos-11 -jre
61
+ name : macos-12 -jre
62
62
63
63
- name : Download windows-latest Artifact
64
64
uses : actions/download-artifact@v3
70
70
mkdir -p target/bundle/runtimes
71
71
unzip ubuntu-20.04-jre.zip -d target/bundle/runtimes
72
72
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
75
75
unzip windows-2022-jre.zip -d target/bundle/runtimes
76
76
mv target/bundle/runtimes/windows-2022 target/bundle/runtimes/windows
77
77
You can’t perform that action at this time.
0 commit comments