diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index dcf53039..065fb076 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -6,7 +6,7 @@ jobs: name: Build runs-on: macOS-latest env: - DEVELOPER_DIR: /Applications/Xcode_11.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_12.app/Contents/Developer steps: - uses: actions/checkout@v1 - name: Clean