From ee9e58b8739c95e484da894d0646e966c4eb055f Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 3 Aug 2021 00:20:40 +0100 Subject: [PATCH] chore(deps): update build-emacs-for-macos to 0.6.12 Should resolve code signing issue which has been preventing new 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 b591357..ca17754 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.11" + ref: "v0.6.12" 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.11" + ref: "v0.6.12" path: builder - uses: ruby/setup-ruby@v1 with: