Skip to content

Commit

Permalink
fix: use macos-latest for build.yml (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: vansangpfiev <[email protected]>
  • Loading branch information
vansangpfiev and sangjanai authored Jul 9, 2024
1 parent 7ab971d commit 534f0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ jobs:

- os: "mac"
name: "arm64"
runs-on: "macos-silicon"
runs-on: "macos-latest"
cmake-flags: "-DCORTEXAUDIO_VERSION=${{needs.create-draft-release.outputs.version}} -DBUILD_SHARED_LIBS=OFF -DGGML_METAL_EMBED_LIBRARY=ON -DWHISPER_SDL2=ON"
run-e2e: true
run-e2e: false
vulkan: false
sccache: false
sccache-conf-path: ""
Expand Down

0 comments on commit 534f0c5

Please sign in to comment.