Skip to content

Commit 0e9beb7

Browse files
committed
cicd/lib-build-and-push: use fixed windows version
1 parent 9a48bd1 commit 0e9beb7

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
@@ -73,7 +73,7 @@ jobs:
7373
was_added=1
7474
elif [[ "${os}" == "windows" ]]; then
7575
[ -n "$was_added" ] && echo -n "," >> /tmp/matrix.json
76-
echo -n '{"os":"windows-latest","platform":"win64"},{"os":"windows-latest","platform":"PyPy"}' >> /tmp/matrix.json
76+
echo -n '{"os":"windows-2022","platform":"win64"},{"os":"windows-2022","platform":"PyPy"}' >> /tmp/matrix.json
7777
was_added=1
7878
elif [[ "${os}" == "macos" ]]; then
7979
[ -n "$was_added" ] && echo -n "," >> /tmp/matrix.json

0 commit comments

Comments
 (0)