From c1f42b81562bc13bd74f962dfd0f0a921d0787ef Mon Sep 17 00:00:00 2001 From: Finn Behrens Date: Fri, 10 Sep 2021 21:25:55 +0200 Subject: [PATCH] github ci: change to Xcode 13 beta Signed-off-by: Finn Behrens --- .github/workflows/ci-build.yml | 2 ++ .github/workflows/ci-tests.yml | 2 ++ .github/workflows/release-alpha.yml | 2 ++ 3 files changed, 6 insertions(+) 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