Skip to content

Commit

Permalink
add another simulator for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Kladek committed Nov 19, 2024
1 parent 57f2d2b commit 6141dfd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
runs-on: macos-15

steps:
- name: Install tools
run: brew install swiftformat

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

Expand All @@ -30,6 +27,7 @@ jobs:
destination: [
# TODO: Add more destinations
'platform=iOS Simulator,name=iPhone 16,OS=18.1'
'platform=iOS Simulator,name=iPhone SE (3rd generation),OS=18.0'
]

steps:
Expand Down

0 comments on commit 6141dfd

Please sign in to comment.