Skip to content

Commit

Permalink
ci: Publish on Mac, work around segmentation fault in V
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Mar 29, 2024
1 parent 5c4eaf3 commit d475ea6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:

jobs:

macos:
runs-on: macos-latest
linux:
runs-on: ubuntu-latest
steps:
- name: Checkout Sources
uses: actions/checkout@v4
Expand All @@ -27,6 +27,7 @@ jobs:
with:
node-version: 'lts/*'
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'
- name: Install Dependencies
run: pnpm i --frozen-lockfile --no-verify-store-integrity
env:
Expand Down Expand Up @@ -73,11 +74,11 @@ jobs:
env:
DEBUG: linkbe,grabghr

linux-and-release:
macos-and-release:
needs:
- macos
- linux
- windows
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout Sources
uses: actions/checkout@v4
Expand All @@ -90,7 +91,6 @@ jobs:
with:
node-version: 'lts/*'
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'
- name: Install Dependencies
run: pnpm i --frozen-lockfile --no-verify-store-integrity
env:
Expand Down

0 comments on commit d475ea6

Please sign in to comment.