Skip to content

Commit ebeb50d

Browse files
authored
Update Xcode to 14.1 and simulators to GitHub-compatible versions. (#701)
1 parent b4a7462 commit ebeb50d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444

4545
env:
46-
xcodeVersion: "13.3.1"
46+
xcodeVersion: "14.1"
4747

4848
steps:
4949
- name: Checkout Unity Repo

.github/workflows/build_tvos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
fail-fast: false
6565

6666
env:
67-
xcodeVersion: "13.3.1"
67+
xcodeVersion: "14.1"
6868

6969
steps:
7070
- name: Checkout Unity Repo

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
fail-fast: false
165165
matrix: ${{ fromJson(needs.check_and_prepare.outputs.build_matrix) }}
166166
env:
167-
xcodeVersion: "13.3.1"
167+
xcodeVersion: "14.1"
168168
steps:
169169
- id: matrix_info
170170
shell: bash

scripts/gha/print_matrix_configuration.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@
9797
"ios_min": {"platform": IOS, "type": "real", "device": "model=iphone8,version=14.7"},
9898
"ios_target": {"platform": IOS, "type": "real", "device": "model=iphone13pro,version=15.7"},
9999
"ios_latest": {"platform": IOS, "type": "real", "device": "model=iphone11pro,version=16.3"},
100-
"simulator_min": {"platform": IOS, "type": "virtual", "name": "iPhone 6", "version": "11.4"},
101-
"simulator_target": {"platform": IOS, "type": "virtual", "name": "iPhone 12", "version": "14.5"},
102-
"simulator_latest": {"platform": IOS, "type": "virtual", "name": "iPhone 12", "version": "16.0"},
103-
"tvos_simulator": {"platform": TVOS, "type": "virtual", "name": "Apple TV", "version": "14.5"},
100+
"simulator_min": {"platform": IOS, "type": "virtual", "name": "iPhone 8", "version": "15.2"},
101+
"simulator_target": {"platform": IOS, "type": "virtual", "name": "iPhone 12", "version": "16.1"},
102+
"simulator_latest": {"platform": IOS, "type": "virtual", "name": "iPhone 12", "version": "16.2"},
103+
"tvos_simulator": {"platform": TVOS, "type": "virtual", "name": "Apple TV", "version": "16.1"},
104104
}
105105

106106

0 commit comments

Comments
 (0)