Skip to content

Commit

Permalink
[TMP] Test only on macOS for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel committed Nov 25, 2020
1 parent 99ab40a commit c9fe638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2.3.4
Expand Down

0 comments on commit c9fe638

Please sign in to comment.