neovim

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

commit 7f4627fe4812da5526b62f9463459cf12931f10e
parent 3be2536ca039fb0f0de4ed2858db5a6d13baeba3
Author: dundargoc <gocdundar@gmail.com>
Date:   Tue,  6 Feb 2024 12:21:12 +0100

ci(release): bump mac runner version to macos-12

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 @@ -60,7 +60,7 @@ jobs: printf 'END\n' >> $GITHUB_OUTPUT macOS: - runs-on: macos-11 + runs-on: macos-12 steps: - uses: actions/checkout@v4 with: