From 140cc4ea12ebc435b5e23261998acdbd4c8b54fa Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Sun, 10 Jan 2021 12:44:14 +0100 Subject: [PATCH] add macos to the testing matrix --- .github/workflows/pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index d09b4f2..5bdd01e 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -33,6 +33,7 @@ jobs: - 1.15.x platform: - ubuntu-latest + - macos-latest - windows-latest runs-on: ${{ matrix.platform }} steps: