From ee8593a9e7ecf6a88f480f6900243c2b3708c691 Mon Sep 17 00:00:00 2001 From: richy Date: Wed, 14 Aug 2024 10:14:21 +0100 Subject: [PATCH] Fix action runners macos (#292) * github action update arch * ubuntu arm * fix * test * remove * 3.14.7 --- .github/workflows/publish.yml | 12 ++++++++---- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a3655250..41821906 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/package-lock.json b/package-lock.json index ae799845..b6705e81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twinny", - "version": "3.14.6", + "version": "3.14.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "twinny", - "version": "3.14.6", + "version": "3.14.7", "cpu": [ "x64", "arm64" diff --git a/package.json b/package.json index 276e6cde..eead8ea9 100644 --- a/package.json +++ b/package.json @@ -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",