浏览代码

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

New `macos-latest` run on an arm64 image instead of x86_64 breaking the
editor workflow.
A Thousand Ships 1 年之前
父节点
当前提交
836845f5a2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/macos_builds.yml

+ 1 - 1
.github/workflows/macos_builds.yml

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