diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 94284f9592..f0b4f49304 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -76,13 +76,6 @@ jobs: matrix: # Can't run tests on watchOS because XCTest is not available include: - # iOS 15 - - runs-on: macos-12 - platform: "iOS" - xcode: "13.4.1" - test-destination-os: "latest" - device: "iPhone 8" - # iOS 16 - runs-on: macos-13 platform: "iOS" @@ -97,12 +90,6 @@ jobs: test-destination-os: "17.2" device: "iPhone 15" - # macOS 12 - - runs-on: macos-12 - platform: "macOS" - xcode: "13.4.1" - test-destination-os: "latest" - # We don't run the unit tests on macOS 13 cause we run them on all on GH actions available iOS versions. # The chance of missing a bug solely on tvOS 16 that doesn't occur on iOS, macOS 12 or macOS 14 is minimal. @@ -120,12 +107,6 @@ jobs: xcode: "15.4" test-destination-os: "latest" - # tvOS 15 - - runs-on: macos-12 - platform: "tvOS" - xcode: "13.4.1" - test-destination-os: "16.1" - # We don't run the unit tests on tvOS 16 cause we run them on all on GH actions available iOS versions. # The chance of missing a bug solely on tvOS 16 that doesn't occur on iOS, tvOS 15 or tvOS 16 is minimal. diff --git a/.github/workflows/ui-tests-critical.yml b/.github/workflows/ui-tests-critical.yml index 275711bcc8..291285b09a 100644 --- a/.github/workflows/ui-tests-critical.yml +++ b/.github/workflows/ui-tests-critical.yml @@ -49,12 +49,6 @@ jobs: fail-fast: false matrix: include: - - runs-on: macos-12 - xcode: "13.4.1" - device: "iPhone 8" - os-version: "15.5" - create-simulator: true - - runs-on: macos-13 xcode: "14.3.1" device: "iPhone 14" diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index a9468125d0..570587460b 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -54,10 +54,6 @@ jobs: fail-fast: false matrix: include: - - runs-on: macos-12 - xcode: "13.4.1" - device: "iPhone 8 (15.2)" - - runs-on: macos-13 xcode: "14.3" device: "iPhone 8 (16.1)" @@ -87,10 +83,6 @@ jobs: fail-fast: false matrix: include: - - runs-on: macos-12 - xcode: "13.4.1" - device: "iPhone 8 (15.5)" - - runs-on: macos-13 xcode: "15.2" device: "iPhone 14 (16.4)" diff --git a/scripts/ci-select-xcode.sh b/scripts/ci-select-xcode.sh index 7f9eef3b9d..2b95d2b528 100755 --- a/scripts/ci-select-xcode.sh +++ b/scripts/ci-select-xcode.sh @@ -1,7 +1,6 @@ #!/bin/bash # For available Xcode versions see: -# - https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md # - https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md # - https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md