Skip to content

Commit

Permalink
Fixes macos pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
agustingroh committed Jun 3, 2024
1 parent b7e87b2 commit 4f12ac9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,19 @@ jobs:
build_m:
name: "Build for MacOS"
runs-on: macos-13
runs-on: macos-latest

steps:
- name: Checkout git repo
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.8.0'
architecture: 'x64'
check-latest: false
update-environment: true

- name: Install Node and NPM
uses: actions/setup-node@v3
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@
],
"afterSign": ".erb/scripts/notarize.js",
"mac": {
"asarUnpack": "**/*.node",
"notarize" : false,
"target": {
"target": "default",
Expand Down

0 comments on commit 4f12ac9

Please sign in to comment.