From 819a1d473d12fb75e52963c487d731043c5a3c4d Mon Sep 17 00:00:00 2001 From: Garrone Joseph Date: Mon, 8 Mar 2021 02:48:02 +0100 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9154c7e3..e119a320 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ on: jobs: test_node: - runs-on: ubuntu-latest + runs-on: macos-10.15 strategy: matrix: node: [ '14', '13', '12' ] @@ -85,4 +85,4 @@ jobs: steps.v_develop.outputs.version, github.event.repository.name ) - }} \ No newline at end of file + }}