Skip to content

Commit

Permalink
Autobuild on MacOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
akirmse committed Sep 30, 2024
1 parent 955992d commit 779a833
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,17 @@ jobs:
- name: make
working-directory: code
run: make


build-macos:

runs-on: macos-latest

steps:
- uses: actions/checkout@v4
- name: make
working-directory: code
run: make

build-windows:

runs-on: windows-latest
Expand Down

0 comments on commit 779a833

Please sign in to comment.