Skip to content

Commit

Permalink
chore(build): remove macos-latest from CI
Browse files Browse the repository at this point in the history
It was running too slow.
  • Loading branch information
soedirgo committed Apr 1, 2021
1 parent ce0efda commit b0d028e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-latest]
platform: [ubuntu-latest]
node: ['12']

runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit b0d028e

Please sign in to comment.