diff options
author | dundargoc <gocdundar@gmail.com> | 2024-02-06 12:21:12 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-02-06 14:57:19 +0100 |
commit | 7f4627fe4812da5526b62f9463459cf12931f10e (patch) | |
tree | 4f40ae7f8c41976ec6f868d3dbd32a86d53e879e | |
parent | 3be2536ca039fb0f0de4ed2858db5a6d13baeba3 (diff) | |
download | rneovim-7f4627fe4812da5526b62f9463459cf12931f10e.tar.gz rneovim-7f4627fe4812da5526b62f9463459cf12931f10e.tar.bz2 rneovim-7f4627fe4812da5526b62f9463459cf12931f10e.zip |
ci(release): bump mac runner version to macos-12
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 815e7554cf..059372cf2a 100644 --- 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: |