feat(builds): update build-emacs-for-macos to 0.6.58 and add build variant option

This commit is contained in:
2025-06-27 12:23:16 +01:00
parent d66071efc4
commit f73c57be55
4 changed files with 22 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Default git ref check
id: ref
run: |
DEFAULT_BUILDER_REF="v0.6.57"
DEFAULT_BUILDER_REF="v0.6.58"
BUILDER_REF="${{ inputs.builder_ref }}"
echo "ref=${BUILDER_REF:-$DEFAULT_BUILDER_REF}" >> "$GITHUB_OUTPUT"
- name: Checkout build-emacs-for-macos repo