From ecd87cab6bed242f385880312737883e2d285da7 Mon Sep 17 00:00:00 2001 From: Gerardo Pacheco Date: Tue, 19 Oct 2021 13:51:12 +0200 Subject: [PATCH] [Mobile] - Update Xcode version to 12.5 (#35754) * Mobile - Update CI Xcode version to 12.5 * Mobile - Update Xcode to 12.5.1 --- .github/workflows/rnmobile-ios-runner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rnmobile-ios-runner.yml b/.github/workflows/rnmobile-ios-runner.yml index 4de60b55130c95..023465359c0fff 100644 --- a/.github/workflows/rnmobile-ios-runner.yml +++ b/.github/workflows/rnmobile-ios-runner.yml @@ -18,7 +18,7 @@ jobs: if: ${{ github.repository == 'WordPress/gutenberg' || github.event_name == 'pull_request' }} strategy: matrix: - xcode: [12.2] + xcode: [12.5.1] native-test-name: [gutenberg-editor-initial-html] node: ['14']