Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,12 @@ jobs:
matrix:
include:
- os: macos-latest
target: darwin-arm64
artifact: zephyr-macos-arm64
- os: macos-latest
target: darwin-x64
- os: macos-26-intel
artifact: zephyr-macos-x64
- os: ubuntu-latest
target: linux-x64
artifact: zephyr-linux-x64
- os: windows-latest
target: windows-x64
artifact: zephyr-windows-x64.exe

steps:
Expand Down Expand Up @@ -137,7 +133,7 @@ jobs:
run: bun install

- name: Build binary
run: bun build src/index.ts --compile --target=bun-${{ matrix.target }} --outfile ${{ matrix.artifact }}
run: bun build src/index.ts --compile --outfile ${{ matrix.artifact }}

- name: Ad-hoc sign binary
if: runner.os == 'macOS'
Expand Down
Loading