Skip to content

Commit 1d62676

Browse files
authored
ci: windows: use Windows 2022 runner image
this might fix some segfaults encountered recently on windows?
1 parent 5fc6989 commit 1d62676

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cmake-windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)