Skip to content

Commit

Permalink
fix(build): fixes build hanging
Browse files Browse the repository at this point in the history
  • Loading branch information
georgejecook committed May 15, 2023
1 parent d7ff847 commit 450b795
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
COVERALLS_REPO_TOKEN: "RuXDcEBMUavqJgSdr5svlXWGDjrDEWFUI"
strategy:
matrix:
os: [ubuntu-18.04]
# os: [ubuntu-18.04, macos-10.15] - sorry mac.. dunno what's wrong with you right now
# os: [ubuntu-18.04, macos-10.15, windows-2019] - sorry windows.. maybe one day
os: [ubuntu-20.04, macos-10.15, windows-2019]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down

0 comments on commit 450b795

Please sign in to comment.