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.
This commit is contained in:
2021-07-03 00:21:55 +01:00
parent 88f47746e4
commit 13410e3977

View File

@@ -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: