[CI] [macOS] Fix CI with new GitHub runners

New `macos-latest` run on an arm64 image instead of x86_64 breaking the
editor workflow.
This commit is contained in:
A Thousand Ships 2024-04-23 19:40:44 +02:00
parent a754bbc565
commit 836845f5a2
No known key found for this signature in database
GPG key ID: 2033189A662F8BD7

View file

@ -14,7 +14,7 @@ concurrency:
jobs:
build-macos:
runs-on: "macos-latest"
runs-on: "macos-12"
name: ${{ matrix.name }}
strategy:
fail-fast: false