From c6f6c633ebeec77521f839309aba438c03003f60 Mon Sep 17 00:00:00 2001 From: Freya Gentz Date: Thu, 19 Dec 2019 17:57:45 -0700 Subject: [PATCH] Update nodejs.yml --- .github/workflows/nodejs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }}