Skip to content

Commit

Permalink
ci: aarch64, not arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Oct 8, 2024
1 parent 3b4da3b commit cc449c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
uses: ./
id: setup_bun
with:
bun-download-url: "https://github.com/oven-sh/bun/releases/latest/download/bun-${{runner.os == 'macOS' && 'darwin' || runner.os}}-${{ runner.arch == 'X64' && 'x64' || 'arm64' }}.zip"
bun-download-url: "https://github.com/oven-sh/bun/releases/latest/download/bun-${{runner.os == 'macOS' && 'darwin' || runner.os}}-${{ runner.arch == 'X64' && 'x64' || 'aarch64' }}.zip"

- name: Run Bun
id: run_bun
Expand Down

0 comments on commit cc449c1

Please sign in to comment.