File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 build_script : build_lib_for_mac.sh
3737 gradle_cmd : ./gradlew
3838 mod_type : forge
39- - version : " 1.12.2"
40- os : macos-14
41- platform : macos
42- # temurin does not provide JDK 8 series via their API: perhaps it's their bug?
43- java_distribution : ' corretto'
44- java_version : ' 8'
45- build_script : build_lib_for_mac.sh
46- gradle_cmd : ./gradlew
47- mod_type : forge
4839
4940 # 1.18.2 Forge builds
5041 - version : " 1.18.2"
5849 mod_type : forge
5950
6051 - version : " 1.18.2"
61- os : macos-14
52+ os : macos-15
6253 platform : macos
6354 java_distribution : ' temurin'
6455 java_version : ' 17'
@@ -89,15 +80,25 @@ jobs:
8980 mod_type : fabric
9081
9182 - version : " 1.18.2"
92- os : macos-14
83+ os : macos-15
9384 platform : macos
9485 java_distribution : ' temurin'
9586 java_version : ' 17'
9687 build_script : build_lib_for_mac.sh
9788 native_deps : ' '
9889 gradle_cmd : ./gradlew
9990 mod_type : fabric
100-
91+
92+ - version : " 1.18.2"
93+ os : macos-15-intel
94+ platform : macos
95+ java_distribution : ' temurin'
96+ java_version : ' 17'
97+ build_script : build_lib_for_mac.sh
98+ native_deps : ' '
99+ gradle_cmd : ./gradlew
100+ mod_type : fabric
101+
101102 - version : " 1.18.2"
102103 os : windows-2022
103104 platform : windows
You can’t perform that action at this time.
0 commit comments