From 7cccf32c19a538caf9331c293b24f5d444a93a18 Mon Sep 17 00:00:00 2001 From: Brian <brian.william.corbin@gmail.com> Date: Tue, 8 Nov 2022 22:18:14 -0800 Subject: [PATCH] updating build workflow --- .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 b0f98744e..feac9432a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ on: jobs: macos-x64: - runs-on: [self-hosted, macOS, X64] + runs-on: [self-hosted, macOS, X64, cargo] permissions: contents: write strategy: @@ -94,7 +94,7 @@ jobs: release/${{ github.ref_name }}-${{ runner.os }}-x86-${{ matrix.network }}.tar.gz macos-arm64: - runs-on: [self-hosted, macOS, ARM64] + runs-on: [self-hosted, macOS, ARM64, cargo] permissions: contents: write strategy: