From 9f85fb96243ec5a4181600a848a34d46c5cac005 Mon Sep 17 00:00:00 2001 From: johnnewman-square Date: Mon, 25 Aug 2025 16:03:57 -0400 Subject: [PATCH 1/4] Updating xcode and simulator versions. --- .github/workflows/env.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/env.properties b/.github/workflows/env.properties index b0c32f84..5552855f 100644 --- a/.github/workflows/env.properties +++ b/.github/workflows/env.properties @@ -1,3 +1,3 @@ -xcode_version=16.2 -TUIST_TEST_DEVICE=iPhone SE (3rd generation) +xcode_version=16.4 +TUIST_TEST_DEVICE=iPhone 16 TUIST_TEST_PLATFORM=iOS From 2735b103a0a7b7b5df423f20ce13fdebef779fd2 Mon Sep 17 00:00:00 2001 From: johnnewman-square Date: Mon, 25 Aug 2025 16:06:23 -0400 Subject: [PATCH 2/4] Removing xcodes since it is already installed. --- .github/workflows/run_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 9b72fbb1..5000cd4b 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -46,8 +46,8 @@ jobs: - name: Switch to Xcode ${{ env.xcode_version }} run: sudo xcode-select -s /Applications/Xcode_${{ env.xcode_version }}.app - - name: Install xcodes - run: brew install aria2 xcodesorg/made/xcodes + - name: Install aria2 + run: brew install aria2 - name: Install iOS ${{ matrix.sdk }} if: ${{ matrix.installation_required }} From 331ba8dd82e0858d11bec82b7137ddea883034a6 Mon Sep 17 00:00:00 2001 From: johnnewman-square Date: Mon, 25 Aug 2025 16:10:44 -0400 Subject: [PATCH 3/4] Reverting test device. --- .github/workflows/env.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/env.properties b/.github/workflows/env.properties index 5552855f..32f85346 100644 --- a/.github/workflows/env.properties +++ b/.github/workflows/env.properties @@ -1,3 +1,3 @@ xcode_version=16.4 -TUIST_TEST_DEVICE=iPhone 16 +TUIST_TEST_DEVICE=iPhone SE (3rd generation) TUIST_TEST_PLATFORM=iOS From c36ee08aea7ff2ba171345ae93edc065c7f17648 Mon Sep 17 00:00:00 2001 From: johnnewman-square Date: Mon, 25 Aug 2025 17:23:41 -0400 Subject: [PATCH 4/4] Removing aria2. --- .github/workflows/run_tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 5000cd4b..099b9fa6 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -46,9 +46,6 @@ jobs: - name: Switch to Xcode ${{ env.xcode_version }} run: sudo xcode-select -s /Applications/Xcode_${{ env.xcode_version }}.app - - name: Install aria2 - run: brew install aria2 - - name: Install iOS ${{ matrix.sdk }} if: ${{ matrix.installation_required }} run: sudo xcodes runtimes install "iOS ${{ matrix.sdk }}"