Skip to content

Commit

Permalink
Add different OS to test GitHub Action.
Browse files Browse the repository at this point in the history
  • Loading branch information
barinbritva committed Dec 28, 2020
1 parent 5d4c254 commit 3220b5d
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 @@ -3,7 +3,10 @@
jobs:
build:
name: Build project
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- name: Checkout code
Expand Down

0 comments on commit 3220b5d

Please sign in to comment.