summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2021-01-27 14:47:08 -0500
committerGitHub <noreply@github.com>2021-01-27 14:47:08 -0500
commitc1100c4b6343aab7e1753cfbe400af08a9904606 (patch)
tree5f0e097599d63363c0caad5b623071dfbf5116cb /.github
parentd7fa778bdb8d2dcd3eb6642a72e34d0ad4745555 (diff)
downloadsdl_ios-c1100c4b6343aab7e1753cfbe400af08a9904606.tar.gz
Update .github/workflows/test.yml
Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
Diffstat (limited to '.github')
-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 6614bd964..1d6685384 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -5,7 +5,7 @@ on: [push, pull_request]
env:
PROJECT: 'SmartDeviceLink-iOS.xcodeproj'
- DESTINATION: 'platform=iOS Simulator,name=iPhone 11,OS=14.4'
+ DESTINATION: 'platform=iOS Simulator,name=iPhone 12,OS=14.4'
jobs:
build: