Change CI on MacOS to use macos-12, instead of macos-latest, which is MacOS 14 Arm64, which is a change in architecture (#1853)

This commit is contained in:
Andreas Süßenbach 2024-04-25 08:27:58 +02:00 committed by GitHub
parent 7bd57c7290
commit 42a688eb5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: macos-latest
runs-on: macos-12
strategy:
matrix: