Browse Source

Revert "GH Actions: Вернул сборку в MacOS"

This reverts commit 1fa33f9bfac9ce062a785310b0aa08ea561fbaf0.
1vanK 3 years ago
parent
commit
f3217aecc8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/main.yml

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

@@ -147,7 +147,7 @@ jobs:
     name: 🍏
     runs-on: latest
     needs: init
-    if: needs.init.outputs.skip == '0' && github.event_name != 'repository_dispatch'
+    if: false && needs.init.outputs.skip == '0' && github.event_name != 'repository_dispatch'
     strategy:
       fail-fast: false
       matrix:
@@ -168,7 +168,7 @@ jobs:
         uses: actions/checkout@v3
         with: { fetch-depth: 0 }
       - name: Select xcode
-        run: sudo xcode-select -s '/Applications/Xcode.app'
+        run: sudo xcode-select -s '/Applications/Xcode_12.app'
       - name: Install dependencies
         run: while ! brew install doxygen graphviz; do sleep 1; done
       - name: CMake