Skip to content

Commit 8d9d158

Browse files
update ios XCode version
1 parent 2e5d9a8 commit 8d9d158

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-simulators.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ jobs:
141141
- name: Set up XCode
142142
uses: maxim-lobanov/setup-xcode@v1
143143
with:
144-
xcode-version: latest-stable
144+
# TODO: Update to latest-stable once GH installs iOS 26 simulators
145+
xcode-version: '^16.4.0'
145146

146147
- name: CocoaPods Cache
147148
uses: actions/cache@v3

0 commit comments

Comments
 (0)