Skip to content

Commit

Permalink
Merge pull request #164 from AkihiroSuda/ci-macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Hex authored Oct 19, 2024
2 parents 629ad20 + f979d43 commit 7534340
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 7534340

Please sign in to comment.