From bd5e92cab31c7dada5bf5eb32a9bec7420d3dc88 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 4 Jan 2023 00:08:58 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index adc433f6..aef89541 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - run: bundle install - run: yarn app:build ios env: - DEVELOPER_DIR: /Applications/Xcode_14.1.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer ENVIRONMENT: ${{ steps.branch.outputs.current_branch }} SENTRY_ENVIRONMENT: ${{ steps.branch.outputs.current_branch }} LC_ALL: en_US.UTF-8