From 6141dfdedf485c6fbaef96e2796bd8f260e0d413 Mon Sep 17 00:00:00 2001 From: Patrick Kladek Date: Tue, 19 Nov 2024 15:54:44 +0800 Subject: [PATCH] add another simulator for testing --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1c33000..c3b4654 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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: