neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 9e81408b698083a5c899fb9ac5c25370a0038bd0
parent 9d5eb3eda50a552fd44b2477cf1010e543c11c6d
Author: Christian Clason <c.clason@uni-graz.at>
Date:   Fri, 30 May 2025 18:13:03 +0200

ci(release): bump windows runner to windows-2022

Windows-20219 runner will be retired June 30, 2025 and receive several
brownouts before then.

Diffstat:
M.github/workflows/release.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml @@ -132,7 +132,7 @@ jobs: windows: needs: setup - runs-on: windows-2019 + runs-on: windows-2022 steps: - uses: actions/checkout@v4 with: