ci: aarch64, not arm64

This commit is contained in:
Jozef Steinhübl 2024-10-08 15:27:47 +02:00
parent 3b4da3b2c7
commit cc449c1392
No known key found for this signature in database
GPG Key ID: E6BC90C91973B08F

View File

@ -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