Skip to content

Commit 8c389ac

Browse files
committed
Remove explicit arch for macOS runner
1 parent e92e8e1 commit 8c389ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
- name: Cpplint
3838
run: cmake -P cmake/cpplint.cmake
3939
- name: Configure
40-
run: cmake -B build -A arm64 -D DOWNLOAD_DATASETS=OFF
40+
run: cmake -B build -D DOWNLOAD_DATASETS=OFF
4141
- name: Build tutorials
4242
run: cmake --build build --parallel 4

0 commit comments

Comments
 (0)