diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac1f27a..aa48b8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,9 +12,9 @@ jobs: fail-fast: false matrix: include: - - platform: macos-latest # for Arm based macs. + - platform: macos-latest # Arm based macs args: --target aarch64-apple-darwin - - platform: macos-latest # for Intel based macs. + - platform: macos-latest # Intel based macs args: --target x86_64-apple-darwin - platform: ubuntu-22.04 args: "" @@ -46,7 +46,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4 with: - version: 9.4.0 + version: 9.6.0 - name: install frontend dependencies run: pnpm install