Skip to content

Commit

Permalink
[CI] [macOS] Fix CI with new GitHub runners
Browse files Browse the repository at this point in the history
New `macos-latest` run on an arm64 image instead of x86_64 breaking the
editor workflow.
  • Loading branch information
AThousandShips committed Apr 23, 2024
1 parent a754bbc commit 836845f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
build-macos:
runs-on: "macos-latest"
runs-on: "macos-12"
name: ${{ matrix.name }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 836845f

Please sign in to comment.