Parcourir la source

[CI] Switch xcode version back to 11.7

Mikkel Hjortshøj il y a 4 ans
Parent
commit
c7a2d6970b
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      .github/workflows/ci.yml

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

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