Skip to content

Commit 0d687a0

Browse files
Merge pull request #36 from Infisical/daniel/fix-x64-darwin-release
Fix: darwin-x64_x86 node build
2 parents de75e04 + 013b91f commit 0d687a0

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/build-napi.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ env:
77
permissions:
88
contents: write
99
id-token: write
10-
"on":
10+
11+
on:
1112
#push:
12-
# branches:
13-
# - "test-workflows"
13+
# branches:
14+
# - "daniel/fix-x64-darwin-release"
15+
#workflow_dispatch:
16+
1417
workflow_call:
1518

1619
defaults:
@@ -30,7 +33,7 @@ jobs:
3033
fail-fast: false
3134
matrix:
3235
settings:
33-
- os: macos-latest
36+
- os: macos-14-large
3437
target: x86_64-apple-darwin
3538
build: |
3639
yarn build && yarn post-build

0 commit comments

Comments
 (0)