From 6aec9167d358717d63a666ec84342457740e66e7 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Wed, 6 Jan 2021 18:32:04 -0600 Subject: [PATCH] temp --- .github/workflows/CI.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 529b53eb..bbdbc922 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -81,25 +81,25 @@ jobs: matrix: os: - ubuntu-20.04 - - macos-11.0 - - windows-latest + # - macos-11.0 + # - windows-latest node_version: - 10 - - 12 - - 14 + # - 12 + # - 14 node_arch: - x64 include: - - os: windows-2016 - node_version: 12 - node_arch: x86 - - os: ubuntu-16.04 - node_version: 12 + # - os: windows-2016 + # node_version: 12 + # node_arch: x86 + # - os: ubuntu-16.04 + # node_version: 12 - os: ubuntu-latest node_version: 12 snap: true - - os: macos-10.15 - node_version: 12 + # - os: macos-10.15 + # node_version: 12 steps: - uses: actions/checkout@v2