Skip to content

Commit

Permalink
Remove explicit arch for macOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuomkar committed May 5, 2024
1 parent e92e8e1 commit 8c389ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
- name: Cpplint
run: cmake -P cmake/cpplint.cmake
- name: Configure
run: cmake -B build -A arm64 -D DOWNLOAD_DATASETS=OFF
run: cmake -B build -D DOWNLOAD_DATASETS=OFF
- name: Build tutorials
run: cmake --build build --parallel 4

0 comments on commit 8c389ac

Please sign in to comment.