Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrodaniel committed Apr 5, 2024
1 parent 4184cfe commit b7942e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: build aarch64
run: |
zig build -Dtarget=aarch64-macos.10.13...14.4.1-none -p vosk/aarch64-macos -Doptimize=ReleaseFast --summary all --verbose
zig build -Dtarget=aarch64-macos.11.0...14.4.1-none -p vosk/aarch64-macos -Doptimize=ReleaseFast --summary all --verbose
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit b7942e2

Please sign in to comment.