Skip to content

Commit

Permalink
Simulator versio updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenachbaur-okta committed Nov 17, 2023
1 parent e9e62d0 commit 7976eac
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ commands:
default: iphonesimulator
destination:
type: string
default: "platform=iOS Simulator,OS=16.2,name=iPhone 14 Pro Max"
default: "platform=iOS Simulator,OS=16.4,name=iPhone 14 Pro Max"
steps:
- run:
name: "Test <<parameters.scheme>>"
command: |
set -o pipefail && xcodebuild \
-derivedDataPath ../Build/DerivedData \
-clonedSourcePackagesDirPath ../Build/ClonedSources \
-derivedDataPath ~/Build/DerivedData \
-clonedSourcePackagesDirPath ~/Build/ClonedSources \
-resultBundlePath "~/TestResults/<<parameters.scheme>>.xcresult" \
-workspace OktaMobileSDK.xcworkspace \
-scheme "<<parameters.scheme>>" \
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
at: ~/project
- ui_test:
scheme: "DeviceAuthSignIn (tvOS)"
destination: "platform=tvOS Simulator,OS=16.1,name=Apple TV"
destination: "platform=tvOS Simulator,OS=16.4,name=Apple TV"

test-userpasswordsignin-macos:
executor: apple-ci-arm-medium
Expand Down Expand Up @@ -167,7 +167,11 @@ workflows:

security-scan:
jobs:
- setup
- setup:
filters:
branches:
only:
- master
- general-platform-helpers/job-snyk-prepare:
name: prepare-snyk
requires:
Expand All @@ -176,7 +180,3 @@ workflows:
name: execute-snyk
requires:
- prepare-snyk
filters:
branches:
only:
- master

0 comments on commit 7976eac

Please sign in to comment.