Skip to content

Commit

Permalink
chore(ci): temporarily disable OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchini committed Aug 5, 2020
1 parent fe9a668 commit 8af8cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
mirror: https://nodejs.org/download/nightly
- version: 15.x
mirror: https://nodejs.org/download/v8-canary
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node.version }} ${{ matrix.node.mirror }}
Expand Down

0 comments on commit 8af8cba

Please sign in to comment.