Skip to content

Commit

Permalink
ci: Remove deprecated macos-12 image (#4450)
Browse files Browse the repository at this point in the history
macos-12 will be fully unsupported by December 3rd, 2024, and
are already deprecated. We have to remove them.
  • Loading branch information
philipphofmann authored Oct 18, 2024
1 parent d605f55 commit 324f8b0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 34 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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.

Expand All @@ -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.

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/ui-tests-critical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down Expand Up @@ -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)"
Expand Down
1 change: 0 additions & 1 deletion scripts/ci-select-xcode.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 324f8b0

Please sign in to comment.