From f31c4428459642381937ece012a1feb7719c492a Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Mon, 2 Aug 2021 13:16:11 +1200 Subject: [PATCH] Add back macos to test matrix --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 793214c15..2f4c48ee5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,9 +49,8 @@ jobs: browser: firefox - os: ubuntu-latest browser: chrome - # TODO: uncomment after #590 - # - os: macos-latest - # browser: edge + - os: macos-latest + browser: edge steps: - name: Checkout uses: actions/checkout@v2