Skip to content

Commit

Permalink
Fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor44 committed Nov 22, 2023
1 parent 661bc58 commit aeda50f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 335 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: yarn run release

MacOs:
runs-on: macos-latest
runs-on: macos-13
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
Expand All @@ -50,6 +50,8 @@ jobs:
npm install -g npm@8
npm install -g node-gyp@latest
npm config set node_gyp $(npm prefix -g)/lib/node_modules/node-gyp/bin/node-gyp.js
- name: Install dependencies
run: yarn install --frozen-lockfile && yarn run rebuild-all-native
- name: Build and Release
run: yarn run release

Expand Down Expand Up @@ -79,4 +81,4 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile && yarn run rebuild-all-native
- name: Build and Release
run: yarn run release
run: yarn run release
Loading

0 comments on commit aeda50f

Please sign in to comment.