# HG changeset patch # User Christian Brabandt # Date 1713114010 -7200 # Node ID 6d4f434b2251b1610235f5e5eca7acf5872375a9 # Parent d30cd15f79901646bda3c6c50e8a3788ed0f579a CI: use explicit version tags for macos runners (#14548) Commit: https://github.com/vim/vim/commit/acba5af9572547dea7cbabe9a13e6a9a995a1281 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sun Apr 14 18:48:34 2024 +0200 CI: use explicit version tags for macos runners (https://github.com/vim/vim/issues/14548) as we do on others like ubuntu Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com> Signed-off-by: Christian Brabandt diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -313,7 +313,7 @@ jobs: fail-fast: false matrix: features: [tiny, normal, huge] - runner: [macos-latest, macos-14] + runner: [macos-12, macos-14] steps: - name: Checkout repository from github