Skip to content

Commit

Permalink
Upgrade Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Aug 8, 2024
1 parent 6e86c15 commit e9df3bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
]
destination: [
# TODO: Add more destinations
'platform=iOS Simulator,name=iPhone 15,OS=17.2'
'platform=iOS Simulator,name=iPhone 15,OS=17.5'
]

steps:
Expand All @@ -38,7 +38,7 @@ jobs:

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.2'
xcode-version: '15.4'

- name: Checkout maplibre-swiftui-dsl-playground
uses: actions/checkout@v4
Expand Down

0 comments on commit e9df3bb

Please sign in to comment.