瀏覽代碼

CI - workaround CI build error on macOS VM runner.
Pin to the last known working Xcode version.

Yao Wei Tjong 姚伟忠 5 年之前
父節點
當前提交
13604a23cc
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/main.yml

+ 2 - 0
.github/workflows/main.yml

@@ -177,6 +177,8 @@ jobs:
       - name: Checkout
         uses: actions/checkout@v2
         with: { fetch-depth: 0 }
+      - name: Select xcode
+        run: sudo xcode-select -s '/Applications/Xcode_12.app'
       - name: Install dependencies
         run: while ! brew install doxygen graphviz; do sleep 1; done
       - name: CMake