Skip to content

Commit 4b30dc5

Browse files
authored
Infra: fix CI & drop iOS 13-14 testing (#455) [skip ci]
1 parent 807f73c commit 4b30dc5

File tree

6 files changed

+15
-757
lines changed

6 files changed

+15
-757
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,6 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
include:
48-
- platform: [iOS, 13]
49-
runtime: iOS 13.7
50-
os: macos-12
51-
xcode: 14.2
52-
install: true
53-
- platform: [iOS, 14]
54-
runtime: iOS 14.5
55-
os: macos-12
56-
xcode: 14.2
57-
install: true
5848
- platform: [iOS, 15]
5949
runtime: iOS 15.5
6050
os: macos-13
@@ -69,20 +59,10 @@ jobs:
6959
os: macos-14
7060
xcode: 15.4
7161
- platform: [iOS, 18]
72-
runtime: iOS 18.0
62+
runtime: iOS 18.2
7363
os: macos-14
74-
xcode: 16.0
64+
xcode: 16.2
7565

76-
- platform: [tvOS, 13]
77-
runtime: tvOS 13.4
78-
os: macos-12
79-
xcode: 14.2
80-
install: true
81-
- platform: [tvOS, 14]
82-
runtime: tvOS 14.5
83-
os: macos-12
84-
xcode: 14.2
85-
install: true
8666
- platform: [tvOS, 15]
8767
runtime: tvOS 15.4
8868
os: macos-13
@@ -97,9 +77,9 @@ jobs:
9777
os: macos-14
9878
xcode: 15.4
9979
- platform: [tvOS, 18]
100-
runtime: tvOS 18.0
80+
runtime: tvOS 18.2
10181
os: macos-14
102-
xcode: 16.0
82+
xcode: 16.2
10383

10484
- platform: [watchOS, 8]
10585
runtime: watchOS 8.5
@@ -115,14 +95,10 @@ jobs:
11595
os: macos-14
11696
xcode: 15.4
11797
- platform: [watchOS, 11]
118-
runtime: watchOS 11.0
98+
runtime: watchOS 11.2
11999
os: macos-14
120-
xcode: 16.0
100+
xcode: 16.2
121101

122-
- platform: [macOS, 12]
123-
runtime: macOS 12
124-
os: macos-12
125-
xcode: 14.2
126102
- platform: [macOS, 13]
127103
runtime: macOS 13
128104
os: macos-13
@@ -137,9 +113,9 @@ jobs:
137113
os: macos-14
138114
xcode: 15.4
139115
- platform: [visionOS, 2]
140-
runtime: visionOS 2.0
141-
os: macos-14
142-
xcode: 16.0
116+
runtime: visionOS 2.5
117+
os: macos-15
118+
xcode: 16.4
143119
steps:
144120
- name: Git Checkout
145121
uses: actions/checkout@v4

Tests/LegacyTestsHostApp/LaunchScreen.storyboard

Lines changed: 0 additions & 48 deletions
This file was deleted.

Tests/LegacyTestsHostApp/LegacyTestsHostApp.swift

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)