Skip to content

Commit

Permalink
Merge pull request #36 from Infisical/daniel/fix-x64-darwin-release
Browse files Browse the repository at this point in the history
Fix: darwin-x64_x86 node build
  • Loading branch information
DanielHougaard authored May 27, 2024
2 parents de75e04 + 013b91f commit 0d687a0
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build-napi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ env:
permissions:
contents: write
id-token: write
"on":

on:
#push:
# branches:
# - "test-workflows"
# branches:
# - "daniel/fix-x64-darwin-release"
#workflow_dispatch:

workflow_call:

defaults:
Expand All @@ -30,7 +33,7 @@ jobs:
fail-fast: false
matrix:
settings:
- os: macos-latest
- os: macos-14-large
target: x86_64-apple-darwin
build: |
yarn build && yarn post-build
Expand Down

0 comments on commit 0d687a0

Please sign in to comment.