Skip to content

Commit fff4ba3

Browse files
committed
cicd/lib-build-and-push: use correct macos-14 instead of macos-latest
1 parent f72966f commit fff4ba3

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
@@ -65,7 +65,7 @@ jobs:
6565
was_added=1
6666
elif [[ "${os}" == "macos" ]]; then
6767
[ -n "$was_added" ] && echo -n "," >> /tmp/matrix.json
68-
echo -n '{"os":"macos-latest","platform":"all"},{"os":"macos-13","platform":"all"},{"os":"macos-latest","platform":"PyPy"}' >> /tmp/matrix.json
68+
echo -n '{"os":"macos-14","platform":"all"},{"os":"macos-13","platform":"all"},{"os":"macos-14","platform":"PyPy"}' >> /tmp/matrix.json
6969
was_added=1
7070
fi
7171
done

0 commit comments

Comments
 (0)