Skip to content

Commit

Permalink
Run Test workflow on Ubuntu only
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel committed Jan 26, 2021
1 parent 6b5301a commit 5908160
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: [macos-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2.3.4
Expand Down

0 comments on commit 5908160

Please sign in to comment.