From 78570e237c8b2494dd74ffe196fbd01d0c9e5460 Mon Sep 17 00:00:00 2001 From: JINNOUCHI Yasushi Date: Wed, 19 Jun 2024 17:18:50 +0900 Subject: [PATCH] test: test on 0.10 and macOS (#214) --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a93655f..30f0c63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,13 +9,11 @@ jobs: matrix: os: - ubuntu-latest - # FIX: Now macos with nightly Neovim fails to test - # - macos-latest + - macos-latest - windows-latest version: - v0.9.5 - - v0.9.4 - - v0.9.2 + - v0.10.0 - nightly runs-on: ${{ matrix.os }} timeout-minutes: 15