Skip to content

Commit 836845f

Browse files
[CI] [macOS] Fix CI with new GitHub runners
New `macos-latest` run on an arm64 image instead of x86_64 breaking the editor workflow.
1 parent a754bbc commit 836845f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos_builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
build-macos:
17-
runs-on: "macos-latest"
17+
runs-on: "macos-12"
1818
name: ${{ matrix.name }}
1919
strategy:
2020
fail-fast: false

0 commit comments

Comments
 (0)