Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
TwanLuttik committed Sep 28, 2023
1 parent 4293288 commit e09df50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
strategy:
fail-fast: true
matrix:
pnpm-version: [8.8.0]
node-version: [18]
settings:
- host: macos-latest
target: x86_64-apple-darwin
Expand All @@ -23,9 +25,7 @@ jobs:
- host: ubuntu-20.04
target: x86_64-unknown-linux-gnu
bundles: appimage
platform: [macos-latest, ubuntu-20.04, windows-latest]
pnpm-version: [8.8.0]
node-version: [18]

runs-on: ${{ matrix.settings.host }}
steps:
- name: Maximize build space
Expand Down

0 comments on commit e09df50

Please sign in to comment.