removed macos action

This commit is contained in:
Aliaksei Chapyzhenka 2020-09-13 18:39:16 -07:00
parent bc3f52d1d3
commit 2e40cfc7de

View File

@ -7,7 +7,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [10, 12, 14] node-version: [10, 12, 14]
os: [ubuntu-latest, macOS-latest, windows-latest] os: [ubuntu-latest, windows-latest] # macOS-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}