We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c36ea7 + 391305b commit c72fdc0Copy full SHA for c72fdc0
1 file changed
.github/workflows/add-artifacts-to-release.yml
@@ -47,11 +47,11 @@ jobs:
47
target: aarch64-unknown-linux-gnu
48
zipname: 'arch-linux-aarch64'
49
artifact: 'libcorerust.so'
50
- - os: windows-2022
+ - os: windows-2025
51
target: x86_64-pc-windows-msvc
52
artifact: 'corerust.dll'
53
zipname: 'arch-windows-x86_64-msvc'
54
55
target: x86_64-pc-windows-gnu
56
57
zipname: 'arch-windows-x86_64-gnu'
0 commit comments