@@ -1099,52 +1099,52 @@ jobs:
1099
1099
path : testwin32.txt
1100
1100
overwrite : true
1101
1101
1102
- # windows ---------- ----------------------------------------------------
1103
- jewinarm64 :
1104
- name : JE (Windows arm64)
1102
+ # windows arm64 old ----------------------------------------------------
1103
+ jewinarm64old :
1104
+ name : JE (Windows arm64 old )
1105
1105
runs-on : windows-2022
1106
1106
steps :
1107
1107
- name : Checkout Git repository
1108
1108
uses : actions/checkout@v4
1109
1109
1110
- - name : Setup Environment (Windows arm64)
1110
+ - name : Setup Environment (Windows arm64 old )
1111
1111
uses : ilammy/msvc-dev-cmd@v1
1112
1112
with :
1113
1113
arch : amd64_arm64
1114
1114
1115
- - name : Build JE (Windows arm64)
1115
+ - name : Build JE (Windows arm64 old )
1116
1116
shell : cmd
1117
1117
run : |
1118
1118
script\buildga.cmd arm64
1119
1119
1120
- - name : Test JE (Windows arm64)
1120
+ - name : Test JE (Windows arm64 old )
1121
1121
if : ${{ false }}
1122
1122
shell : cmd
1123
1123
run : |
1124
1124
script\testga.cmd arm64
1125
1125
1126
- - name : Compress Files (Windows arm64)
1126
+ - name : Compress Files (Windows arm64 old )
1127
1127
shell : pwsh
1128
- run : Compress-Archive jarm64 warm64 .zip
1128
+ run : Compress-Archive jarm64 warm64old .zip
1129
1129
1130
- - name : Release JE (Windows arm64)
1130
+ - name : Release JE (Windows arm64 old )
1131
1131
uses : ncipollo/release-action@v1
1132
1132
with :
1133
1133
tag : build
1134
- artifacts : " warm64 .zip"
1134
+ artifacts : " warm64old .zip"
1135
1135
token : ${{ secrets.GITHUB_TOKEN }}
1136
1136
allowUpdates : true
1137
1137
replacesArtifacts : true
1138
1138
1139
- - name : Copy Test (Windows arm64)
1139
+ - name : Copy Test (Windows arm64 old )
1140
1140
uses : actions/upload-artifact@v4
1141
1141
with :
1142
1142
name : dist
1143
- path : testwinarm64 .txt
1143
+ path : testwinarm64old .txt
1144
1144
overwrite : true
1145
1145
1146
- # windows ------ --------------------------------------------------------
1147
- jewinarm64a :
1146
+ # windows arm64 --------------------------------------------------------
1147
+ jewinarm64 :
1148
1148
name : JE (Windows11 arm64)
1149
1149
runs-on : windows-11-arm
1150
1150
steps :
@@ -1168,13 +1168,13 @@ jobs:
1168
1168
1169
1169
- name : Compress Files (Windows11 arm64)
1170
1170
shell : pwsh
1171
- run : Compress-Archive jarm64 warm64a .zip
1171
+ run : Compress-Archive jarm64 warm64 .zip
1172
1172
1173
1173
- name : Release JE (Windows11 arm64)
1174
1174
uses : ncipollo/release-action@v1
1175
1175
with :
1176
1176
tag : build
1177
- artifacts : " warm64a .zip"
1177
+ artifacts : " warm64 .zip"
1178
1178
token : ${{ secrets.GITHUB_TOKEN }}
1179
1179
allowUpdates : true
1180
1180
replacesArtifacts : true
@@ -1183,15 +1183,15 @@ jobs:
1183
1183
uses : actions/upload-artifact@v4
1184
1184
with :
1185
1185
name : dist
1186
- path : testwinarm64a .txt
1186
+ path : testwinarm64 .txt
1187
1187
overwrite : true
1188
1188
1189
1189
# get tests ------------------------------------------------------------
1190
1190
tests :
1191
1191
name : Test Results
1192
1192
runs-on : ubuntu-22.04
1193
1193
# needs: [jelinux, jelinux-gcc, jemacos, jerpi64, jerpi32, jewin, jewin32, jeandroid, jefreebsd2, jefreebsdarm64, jeopenbsd2, jeopenbsdarm64 ]
1194
- needs : [jelinux, jelinux-gcc, jelinuxd, jemacos, jemacosarm, jemacosd, jemacosarmd, jerpi64, jerpi32, jewin, jewin32, jewinarm64, jewinarm64a, jeandroid, jefreebsd2, jefreebsdarm64, jeopenbsd2, jeopenbsdarm64 ]
1194
+ needs : [jelinux, jelinux-gcc, jelinuxd, jemacos, jemacosarm, jemacosd, jemacosarmd, jerpi64, jerpi32, jewin, jewin32, jewinarm64, jeandroid, jefreebsd2, jefreebsdarm64, jeopenbsd2, jeopenbsdarm64 ]
1195
1195
steps :
1196
1196
- name : Checkout Git repository
1197
1197
uses : actions/checkout@v4
0 commit comments