diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c8984b2d..373d14d84 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,6 +25,9 @@ jobs: with: submodules: recursive + - name: List Available Applications + run: ls /Applications + - name: Switch to Xcode 11 run: sudo xcode-select -s /Applications/Xcode_11.app