From 8f68dc9e590943070743af8d7baac96f521e2b81 Mon Sep 17 00:00:00 2001 From: Vlad Shcherban Date: Tue, 21 Sep 2021 13:15:12 +0300 Subject: [PATCH] Apple: building with Xcode 13.0 --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8bf81f36d..de10a196b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ on: env: WORKSPACE: ${{ github.workspace }} - DEVELOPER_DIR: /Applications/Xcode_12.5.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer BUILD_NUMBER: ${{ github.event.inputs.buildNumber }} YEAR: ${{ github.event.inputs.buildYear }} @@ -48,6 +48,7 @@ jobs: - macos-11.0 xcode: - Xcode_12.5 + - Xcode_13.0 target: - template - template-angle