summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-10-26 15:26:09 -0400
committerJoel Fischer <joeljfischer@gmail.com>2020-10-26 15:26:09 -0400
commit707b7a9a2c687b8612336f03e9c4bc91b8cd4fb0 (patch)
tree3c5a1a46094ac72774238d491b79802f09231d1b /.github
parent3b0a460862e218643ed2b9a281e296f3ed9f7ca9 (diff)
downloadsdl_ios-707b7a9a2c687b8612336f03e9c4bc91b8cd4fb0.tar.gz
Fix CI
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 4154a8c32..0b7318596 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.0'
+ DESTINATION: 'platform=iOS Simulator,name=iPhone 11,OS=14.1'
jobs:
build: