Skip to content

Commit

Permalink
Add macOS compilation as a part of GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ihhub authored Mar 17, 2024
1 parent 57d3f26 commit 644549d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest]
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 644549d

Please sign in to comment.