diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 42da4ed..badf1d0 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -47,6 +47,9 @@ jobs: run: make -C example/linux - name: Build GUI Linux run: make -C example/gui-linux + - name: Build macOS + run: make -C example/macOS + if: runner.arch == 'ARM64' test: needs: build runs-on: ${{ matrix.os }}