Skip to content

Commit

Permalink
Macos M1 runner added
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Antosik committed Feb 1, 2024
1 parent f843d5d commit fc70eed
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/update-spellcheck-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,24 @@ jobs:

# macos-apple-binaries: # Not supported for now
# name: Mac OS (Apple) Binaries

mac-apple-binaries:
name: Mac OS (Intel) Binaries
# git is safer if the jobs are sequential
needs: linux-binaries
runs-on: macos-12-large
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '19'
- run: npm ci
working-directory: lib/bin/node-spellchecker
- run: ./build-macos-intel.sh
working-directory: lib/bin/node-spellchecker
- run: git pull --no-edit
- uses: stefanzweifel/git-auto-commit-action@v4
with:
file_pattern: "*.node"
commit_message: Automatic Build of Mac Binaries

0 comments on commit fc70eed

Please sign in to comment.