From 630cd3cffdcea7bc96af2d9c6f28304b00a6dead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iiro=20J=C3=A4ppinen?= Date: Sun, 5 Apr 2020 11:55:17 +0300 Subject: [PATCH] ci: add macos-latest to test matrix --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e3c6dd1f3..4bd1e5592 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,13 +21,14 @@ jobs: strategy: matrix: # Test with Node.js v10 (LTS), v12 (LTS), and v13 (latest) - node: + node: - 10 - 12 - 13 # Test with Ubuntu and macOS - os: + os: - ubuntu-latest + - macos-latest name: Node.js v${{ matrix.node }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: