From 6e66dba5cdc080f8057cdc4ae2c3f22cb1f75808 Mon Sep 17 00:00:00 2001 From: Alex Beaman Date: Thu, 21 Oct 2021 08:13:04 -0600 Subject: [PATCH] Merge pull request #5970 from Expensify/luke-change-xcode-version Bumping Xcode version to fix iOS tests failing on Travis (cherry picked from commit 467d3b16514a0652040e43385be944c83a389fdc) --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 30ea5497df7..323c4f095be 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -6,7 +6,7 @@ on: branches-ignore: [staging, production] env: - DEVELOPER_DIR: /Applications/Xcode_12.5.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_12.5.1.app/Contents/Developer jobs: test: