diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index dadbe43..40d6d4e 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -10,8 +10,9 @@ jobs: node-version: [8.x, 10.x, 12.x] platform: - { os: windows-latest, hunspell: true } - - { os: ubuntu-latest, hunspell: true } - { os: windows-latest } + - { os: macos-latest, hunspell: true } + - { os: macos-latest } - { os: ubuntu-latest } runs-on: ${{ matrix.platform.os }}