Skip to content

Commit

Permalink
.github/workflows/macos-ort.yml: use mcpu=apple-m1
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Sep 7, 2024
1 parent 972449a commit 7e6c96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Configure
run: cmake -S . -B build -G Ninja -LA
-D CMAKE_BUILD_TYPE=Release
-D CMAKE_CXX_FLAGS="-Wall -ffast-math -mcpu=apple-a14"
-D CMAKE_CXX_FLAGS="-Wall -ffast-math -mcpu=apple-m1"
-D VAPOURSYNTH_INCLUDE_DIRECTORY="`pwd`/vapoursynth/include"
-D ONNX_RUNTIME_API_DIRECTORY=onnxruntime/include
-D ONNX_RUNTIME_LIB_DIRECTORY=onnxruntime/lib
Expand Down

0 comments on commit 7e6c96e

Please sign in to comment.