Skip to content

Commit

Permalink
Merge pull request #9981 from iNavFlight/mmosca-sitil-mac-fix-2
Browse files Browse the repository at this point in the history
[SITL] MacOS SITL, build as universal binary
  • Loading branch information
mmosca authored Apr 27, 2024
2 parents 38b4ae9 + f6a86f8 commit c5d1459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Build SITL
run: |
mkdir -p build_SITL && cd build_SITL
cmake -DSITL=ON -DWARNINGS_AS_ERRORS=ON -G Ninja ..
cmake -DSITL=ON -DWARNINGS_AS_ERRORS=ON -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" -G Ninja ..
ninja
- name: Upload artifacts
Expand Down

0 comments on commit c5d1459

Please sign in to comment.