From 5b882b2e5a5ac136d0e8130ce291eddc52298fa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20=E9=87=91=E5=8F=AF=E6=98=8E?= Date: Sun, 1 May 2022 16:18:10 +0200 Subject: [PATCH] chore(ci): temporarily only allow macos-latest with node v14 --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 931e4722..61d4f27b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,10 +21,10 @@ jobs: include: - os: macos-latest target: macos - - os: ubuntu-latest - target: linux - - os: windows-latest - target: win + # - os: ubuntu-latest + # target: linux + # - os: windows-latest + # target: win runs-on: ${{ matrix.os }} steps: - name: Checkout kkoomen/vim-doge