Skip to content

Commit c8bbcc2

Browse files
authored
chore(ci): Update the Windows image to use (#9709)
The windows-2019 runner image is being deprecated, consider switching to windows-2022(windows-latest) or windows-2025 instead. For more details see actions/runner-images#12045.
1 parent b075966 commit c8bbcc2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,9 @@ jobs:
242242
matrix:
243243
node-version: [22.x]
244244
python-version: ["fallback"]
245-
os-version: [windows-2019]
245+
os-version: [windows-2022]
246246
include:
247-
- os-version: windows-2019
247+
- os-version: windows-2022
248248
package_target_arch: x64
249249
package_target_platform: win32
250250
package_target_libc: unknown
@@ -670,7 +670,7 @@ jobs:
670670
- aarch64-apple-darwin
671671
include:
672672
- target: x86_64-pc-windows-msvc
673-
os: windows-2019
673+
os: windows-2022
674674
executable_name: cubestored.exe
675675
strip: true
676676
# cubestored.exe: CantPackException: superfluous data between sections

.github/workflows/rust-cubestore-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
- x86_64-apple-darwin
190190
- aarch64-apple-darwin
191191
include:
192-
- os: windows-2019
192+
- os: windows-2022
193193
target: x86_64-pc-windows-msvc
194194
executable_name: cubestored.exe
195195
strip: true

0 commit comments

Comments
 (0)