Skip to content

Commit

Permalink
Update ccpp-macos-arm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SambaGodschynski authored Dec 10, 2024
1 parent b52fd74 commit da67184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp-macos-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: install boost
run: brew install boost
- name: configure
run: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES="arm" ..
run: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES="arm64" ..
env:
WM_DOWNLOAD_EXTERNALS: 0 # for some reason the boost build fails here: seems not to find the right toolset (for the first run, the second try succeeds)
working-directory: build
Expand Down

0 comments on commit da67184

Please sign in to comment.