CI: macos-12 runner is being sunset, switch to 13 Commit: https://github.com/vim/vim/commit/5d64e28011deab9881072c5e0905a099db536323 Author: Philip H. <47042125+pheid...@users.noreply.github.com> Date: Wed Oct 2 19:21:52 2024 +0200
CI: macos-12 runner is being sunset, switch to 13 See: https://github.com/actions/runner-images/issues/10721 closes: #15780 Signed-off-by: Philip H. <47042125+pheid...@users.noreply.github.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 905eb49b2..0496bcdb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -322,7 +322,7 @@ jobs: fail-fast: false matrix: features: [tiny, normal, huge] - runner: [macos-12, macos-14] + runner: [macos-13, macos-14] steps: - name: Checkout repository from github @@ -334,14 +334,6 @@ jobs: brew install lua libtool echo "LUA_PREFIX=$(brew --prefix)" >> $GITHUB_ENV - - name: Install blackhole-2ch for macos-12 - if: matrix.features == 'huge' && matrix.runner == 'macos-12' - run: | - # Install audio device for playing sound since some of macos-12 machines have no audio device installed. - if system_profiler -json SPAudioDataType | jq -er '.SPAudioDataType[]._items == []'; then - brew install blackhole-2ch - fi - - name: Grant microphone access for macos-14 if: matrix.features == 'huge' && matrix.runner == 'macos-14' run: | -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1sw3Au-0071bM-MQ%40256bit.org.