Skip to content

Commit

Permalink
updating build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
briancorbin committed Nov 9, 2022
1 parent 581200f commit 7cccf32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 7cccf32

Please sign in to comment.