diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index d1cd1b3a9d..05b42b56f9 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -17,6 +17,8 @@ jobs: build: name: Build runs-on: macos-latest + env: + DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index eac0c885de..633630f11a 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -17,6 +17,8 @@ jobs: tests: name: Tests runs-on: macos-latest + env: + DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/release-alpha.yml b/.github/workflows/release-alpha.yml index af74f48275..2649faae31 100644 --- a/.github/workflows/release-alpha.yml +++ b/.github/workflows/release-alpha.yml @@ -16,6 +16,8 @@ jobs: build: name: Release runs-on: macos-latest + env: + DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer steps: - uses: actions/checkout@v2