Skip to content

Commit

Permalink
Run GitHub Actions on Ubuntu, Windows, and macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Jan 20, 2022
1 parent 2d9d5ed commit 8afa596
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ on: push

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-20.04', 'windows-latest', 'macOS-latest']
steps:
- name: Checkout Forest code from GitHub repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 8afa596

Please sign in to comment.