Skip to content

Commit e9df3bb

Browse files
committed
Upgrade Xcode
1 parent 6e86c15 commit e9df3bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
]
3030
destination: [
3131
# TODO: Add more destinations
32-
'platform=iOS Simulator,name=iPhone 15,OS=17.2'
32+
'platform=iOS Simulator,name=iPhone 15,OS=17.5'
3333
]
3434

3535
steps:
@@ -38,7 +38,7 @@ jobs:
3838

3939
- uses: maxim-lobanov/setup-xcode@v1
4040
with:
41-
xcode-version: '15.2'
41+
xcode-version: '15.4'
4242

4343
- name: Checkout maplibre-swiftui-dsl-playground
4444
uses: actions/checkout@v4

0 commit comments

Comments
 (0)