Skip to content

Commit

Permalink
add MacOS build test to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lilstevie committed Jun 11, 2020
1 parent 06aebd7 commit 7bcda7f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{build.os}}

strategy:
build:
os: [ubuntu-latest, macos-latest]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7bcda7f

Please sign in to comment.