Skip to content

Commit d68e8d0

Browse files
committed
cicd/lib-build-and-push: use fixed windows version
1 parent 8c00e42 commit d68e8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lib-build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
was_added=1
6262
elif [[ "${os}" == "windows" ]]; then
6363
[ -n "$was_added" ] && echo -n "," >> /tmp/matrix.json
64-
echo -n '{"os":"windows-latest","platform":"win64"},{"os":"windows-latest","platform":"PyPy"}' >> /tmp/matrix.json
64+
echo -n '{"os":"windows-2022","platform":"win64"},{"os":"windows-2022","platform":"PyPy"}' >> /tmp/matrix.json
6565
was_added=1
6666
elif [[ "${os}" == "macos" ]]; then
6767
[ -n "$was_added" ] && echo -n "," >> /tmp/matrix.json

0 commit comments

Comments
 (0)