Skip to content

Commit

Permalink
temporarily disable mac and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonatwork committed May 20, 2020
1 parent df31da5 commit 1fbdfb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
#runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 1fbdfb7

Please sign in to comment.