diff --git a/.github/workflows/env.properties b/.github/workflows/env.properties index b0c32f84..32f85346 100644 --- a/.github/workflows/env.properties +++ b/.github/workflows/env.properties @@ -1,3 +1,3 @@ -xcode_version=16.2 +xcode_version=16.4 TUIST_TEST_DEVICE=iPhone SE (3rd generation) TUIST_TEST_PLATFORM=iOS diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 9b72fbb1..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 xcodes - run: brew install aria2 xcodesorg/made/xcodes - - name: Install iOS ${{ matrix.sdk }} if: ${{ matrix.installation_required }} run: sudo xcodes runtimes install "iOS ${{ matrix.sdk }}"