Skip to content

Commit

Permalink
Fix action runners macos (#292)
Browse files Browse the repository at this point in the history
* github action update arch

* ubuntu arm

* fix

* test

* remove

* 3.14.7
  • Loading branch information
rjmacarthy authored Aug 14, 2024
1 parent 94747e8 commit ee8593a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@ jobs:
include:
- os: ubuntu-latest
target: linux-x64
- os: windows-latest
target: win32-x64
- os: macos-latest
target: darwin-x64
npm_config_arch: x64
- os: macos-12
target: darwin-x64
npm_config_arch: x64
- os: macos-latest
target: darwin-arm64
npm_config_arch: arm64
- os: windows-latest
target: win32-x64
npm_config_arch: x64
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "twinny",
"displayName": "twinny - AI Code Completion and Chat",
"description": "Locally hosted AI code completion plugin for vscode",
"version": "3.14.6",
"version": "3.14.7",
"icon": "assets/icon.png",
"keywords": [
"code-inference",
Expand Down

0 comments on commit ee8593a

Please sign in to comment.