Skip to content

Commit

Permalink
ci: add macos try-reflex workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-abrar authored Nov 4, 2020
1 parent 1b749b8 commit 96ee72f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ on: workflow_dispatch

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Install Nix
Expand Down

0 comments on commit 96ee72f

Please sign in to comment.