瀏覽代碼

[GitHub Actions] Use Xcode 12 on `pod lib lint`

Norio Nomura 4 年之前
父節點
當前提交
47d41861c8
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/pod_lib_lint.yml

+ 2 - 2
.github/workflows/pod_lib_lint.yml

@@ -22,9 +22,9 @@ on:
 jobs:
   pod_lib_lint:
     name: pod lib lint
-    runs-on: macOS-10.14
+    runs-on: macOS-10.15
     env:
-      DEVELOPER_DIR: /Applications/Xcode_10.3.app
+      DEVELOPER_DIR: /Applications/Xcode_12.app
     steps:
       - uses: actions/checkout@v1
       - run: pod lib lint