From a292b242c4148a97483669479a189d359d8dbdb7 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 19 Nov 2023 23:30:02 +0000 Subject: [PATCH] chore(nightly): temporarily enable arm64 builds We want one scheduled arm64 build for now, then we'll revert to only building them on the 1st of the month. --- .github/workflows/nightly-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-master.yml b/.github/workflows/nightly-master.yml index c473a54..9842fa4 100644 --- a/.github/workflows/nightly-master.yml +++ b/.github/workflows/nightly-master.yml @@ -12,7 +12,7 @@ on: arm64: description: "Build arm64 version of Emacs?" required: false - default: false + default: true type: boolean jobs: