summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2024-04-14 18:48:34 +0200
committerGitHub <noreply@github.com>2024-04-14 18:48:34 +0200
commitacba5af9572547dea7cbabe9a13e6a9a995a1281 (patch)
treeb215b5b9c0358c49b107e2e15cc539ab3f416c8b
parent4b5cd7257ee99384940d5210cf50298ff925924e (diff)
CI: use explicit version tags for macos runners (#14548)
as we do on others like ubuntu Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0120c8fca6..4f6021634f 100644
--- 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