Skip to content

Commit 4866231

Browse files
committed
fix: iOS simulator 18.4 missing in the runner
1 parent 24ec9b6 commit 4866231

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,15 @@ jobs:
108108
- name: Set up Xcode
109109
uses: maxim-lobanov/setup-xcode@v1.6.0
110110
with:
111-
xcode-version: 16.3
111+
xcode-version: latest-stable
112112

113113
- name: Setup iOS Simulator
114114
uses: futureware-tech/simulator-action@v4
115115
id: simulator
116116
with:
117117
model: iPhone 16
118118
os: iOS
119-
os_version: "18.4"
119+
os_version: ">=18.0"
120120
wait_for_boot: true
121121
shutdown_after_job: true
122122

0 commit comments

Comments
 (0)