From 13410e3977ff75865931de7220f5e53720ae900f Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 3 Jul 2021 00:21:55 +0100 Subject: [PATCH] feat(builds): add support for building stable Emacs releases As of build-emacs-for-macos v0.6.8, the emacs-builder tool supports handling stable Emacs release differently, so we can easily separate them from the regular nightly builds. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61edb0d..658952a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@v2 with: repository: jimeh/build-emacs-for-macos - ref: "v0.6.6" + ref: "v0.6.8" path: builder - uses: actions/setup-go@v2 with: @@ -96,7 +96,7 @@ jobs: uses: actions/checkout@v2 with: repository: jimeh/build-emacs-for-macos - ref: "v0.6.6" + ref: "v0.6.8" path: builder - uses: ruby/setup-ruby@v1 with: