diff --git a/.github/workflows/build-napi.yml b/.github/workflows/build-napi.yml index 537ac6c..00f58c2 100644 --- a/.github/workflows/build-napi.yml +++ b/.github/workflows/build-napi.yml @@ -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: @@ -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