changeset 36230:4b7703606b0b

CI: macos-12 runner is being sunset, switch to 13 Commit: https://github.com/vim/vim/commit/5d64e28011deab9881072c5e0905a099db536323 Author: Philip H. <47042125+pheiduck@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+pheiduck@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 02 Oct 2024 19:30:08 +0200
parents 36fd920e89bb
children dfe90db24e88
files .github/workflows/ci.yml
diffstat 1 files changed, 1 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- 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: |