diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6eb44b41e0..9d88d9fffa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,9 @@ jobs: runs-on: ${{ matrix.os }} env: APP_VERSION: ${{ matrix.app_version }} - NEOVIM_VERSION: ${{ matrix.app_version == 'stable' && 'stable' || 'v0.10.0' }} + # FIXME: https://github.com/cursorless-dev/cursorless/issues/2793 + # NEOVIM_VERSION: ${{ matrix.app_version == 'stable' && 'stable' || 'v0.10.0' }} + NEOVIM_VERSION: ${{ matrix.app_version == 'stable' && 'v0.10.3' || 'v0.10.0' }} VSCODE_CRASH_DIR: ${{ github.workspace }}/artifacts/dumps VSCODE_LOGS_DIR: ${{ github.workspace }}/artifacts/logs CURSORLESS_REPO_ROOT: ${{ github.workspace }}