Skip to content

Commit

Permalink
temporary disable arm64 macOS ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
vackva committed Apr 11, 2024
1 parent 1d267a4 commit 725d29c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
os: ubuntu-latest
- name: macOS-x86_64
os: macOS-latest
- name: macOS-arm64
os: macOS-latest
# - name: macOS-arm64
# os: macOS-latest
- name: Windows-x86_64
os: windows-latest

Expand Down
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ project(BinauralPanner VERSION 0.0.1)
set (TARGET_NAME ${PROJECT_NAME})

if(APPLE)
if(CMAKE_OSX_ARCHITECTURES STREQUAL "arm64")
set(FORMATS_TO_BUILD AU VST3 Standalone)
else()
set(FORMATS_TO_BUILD AU Standalone)
endif()
set(FORMATS_TO_BUILD AU VST3 Standalone)
else() # Maybe add LV2 here for Linux
set(FORMATS_TO_BUILD VST3 Standalone)
endif()
Expand Down

0 comments on commit 725d29c

Please sign in to comment.