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>
This commit is contained in:
Philip H 2024-04-14 18:48:34 +02:00 committed by GitHub
parent 4b5cd7257e
commit acba5af957
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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