Skip to content

Commit

Permalink
test arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-dejoue committed Aug 13, 2023
1 parent 4d49f8b commit c7eb7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
sudo apt-get install -y xorg-dev freeglut3-dev
- name: Configure CMake
run: cmake -B ${{ github.workspace }}/build -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DPICROSS_BUILD_CLI=ON -DPICROSS_BUILD_APP=ON
run: cmake -B ${{ github.workspace }}/build -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DPICROSS_BUILD_CLI=ON -DPICROSS_BUILD_APP=ON -DCMAKE_OSX_ARCHITECTURES=arm64

- name: Build
working-directory: ${{ github.workspace }}/build
Expand Down

0 comments on commit c7eb7f9

Please sign in to comment.