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 1212 strategy :
1313 fail-fast : false
1414 matrix :
15- runs-on : [windows-latest ]
15+ runs-on : [windows-2022 ]
1616 build-type : [Release]
1717 runs-on : ${{matrix.runs-on}}
1818 steps :
@@ -100,7 +100,7 @@ jobs:
100100 strategy :
101101 fail-fast : false
102102 matrix :
103- runs-on : [windows-latest ]
103+ runs-on : [windows-2022 ]
104104 build-type : [Release]
105105 runs-on : ${{matrix.runs-on}}
106106 steps :
@@ -182,12 +182,12 @@ jobs:
182182 - name : Download Windows ez80-clang
183183 uses : actions/download-artifact@v4
184184 with :
185- name : ez80-clang.exe-windows-latestRelease
185+ name : ez80-clang.exe-windows-2022Release
186186 path : ${{github.workspace}}
187187 - name : Download Windows ez80-link
188188 uses : actions/download-artifact@v4
189189 with :
190- name : ez80-link.exe-windows-latestRelease
190+ name : ez80-link.exe-windows-2022Release
191191 path : ${{github.workspace}}
192192 - name : zip Windows Artifacts
193193 run : |
You can’t perform that action at this time.
0 commit comments