summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2022-04-19 15:36:53 -0400
committerJoel Fischer <joeljfischer@gmail.com>2022-04-19 15:36:53 -0400
commit495578f7f0f6a359e65385cfb3cd7451c92d6293 (patch)
treee4a96487bb52eb03608031eeb368d8cf30e579bf
parent77576c9a3b4019d96d74f2858f96c189bef60123 (diff)
downloadsdl_ios-495578f7f0f6a359e65385cfb3cd7451c92d6293.tar.gz
Update iOS version
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 806ee2d2d..17b381068 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -5,7 +5,7 @@ on: [push, pull_request, workflow_dispatch]
env:
PROJECT: 'SmartDeviceLink-iOS.xcodeproj'
- DESTINATION: 'platform=iOS Simulator,name=iPhone 13,OS=15.3'
+ DESTINATION: 'platform=iOS Simulator,name=iPhone 13,OS=15.2'
jobs:
build: