Skip to content

Commit 391305b

Browse files
committed
Update CI runner to windows-2025
1 parent 7ca5da6 commit 391305b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/add-artifacts-to-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747
target: aarch64-unknown-linux-gnu
4848
zipname: 'arch-linux-aarch64'
4949
artifact: 'libcorerust.so'
50-
- os: windows-2022
50+
- os: windows-2025
5151
target: x86_64-pc-windows-msvc
5252
artifact: 'corerust.dll'
5353
zipname: 'arch-windows-x86_64-msvc'
54-
- os: windows-2022
54+
- os: windows-2025
5555
target: x86_64-pc-windows-gnu
5656
artifact: 'corerust.dll'
5757
zipname: 'arch-windows-x86_64-gnu'

0 commit comments

Comments
 (0)