mirror of
https://github.com/jimeh/emacs-builds.git
synced 2026-02-19 09:36:43 +00:00
feat(build): allow running build job on separate OS
This should help reduce costs for Apple Silicon builds, as they are not available on any form of free tier of GitHub Actions at the moment. The build step that actually runs Emacs' configure script, and compiles Emacs, is the only step that actually needs to run on the target hardware architecture. The rest should be architecture agnostic.
This commit is contained in:
3
.github/workflows/_prepare.yml
vendored
3
.github/workflows/_prepare.yml
vendored
@@ -6,7 +6,8 @@ on:
|
||||
os:
|
||||
description: GitHub Actions runner OS
|
||||
type: string
|
||||
required: true
|
||||
required: false
|
||||
default: "macos-11"
|
||||
builder_ref:
|
||||
description: Git ref to checkout of build-emacs-for-macos
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user