Browse Source

[CI] Switch xcode version back to 11.7

Mikkel Hjortshøj 4 years ago
parent
commit
c7a2d6970b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/ci.yml

+ 4 - 0
.github/workflows/ci.yml

@@ -17,6 +17,10 @@ jobs:
   build_macOS:
   build_macOS:
     runs-on: macOS-latest
     runs-on: macOS-latest
     steps:
     steps:
+      - name: Setup Xcode version
+        uses: maxim-lobanov/[email protected]
+        with:
+          xcode-version: 11.7
       - uses: actions/checkout@v1
       - uses: actions/checkout@v1
       - name: Download LLVM and setup PATH
       - name: Download LLVM and setup PATH
         run: |
         run: |