Skip to content

Commit a4ceaac

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

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
@@ -77,7 +77,7 @@ jobs:
7777
was_added=1
7878
elif [[ "${os}" == "macos" ]]; then
7979
[ -n "$was_added" ] && echo -n "," >> /tmp/matrix.json
80-
echo -n '{"os":"macos-latest","platform":"arm64"},{"os":"macos-13","platform":"arm64"},{"os":"macos-latest","platform":"PyPy"}' >> /tmp/matrix.json
80+
echo -n '{"os":"macos-14","platform":"arm64"},{"os":"macos-13","platform":"arm64"},{"os":"macos-14","platform":"PyPy"}' >> /tmp/matrix.json
8181
was_added=1
8282
fi
8383
done

0 commit comments

Comments
 (0)