build only for x86_64 for now

This commit is contained in:
uncor3
2025-10-28 12:02:53 +00:00
parent e237612d91
commit d5e9ef442b
+1 -1
View File
@@ -129,7 +129,7 @@ jobs:
- name: Configure CMake
run: |
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release -DRUN_CLANG_TIDY=OFF
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release -DRUN_CLANG_TIDY=OFF -DCMAKE_OSX_ARCHITECTURES=x86_64
- name: Build with CMake
run: cmake --build build --config Release