Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/okta-react-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Execute snyk.sh
run: bash ./scripts/snyk.sh
iOSUnitTests:
runs-on: macos-15
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -52,7 +52,7 @@ jobs:
xcodebuild \
-workspace ios/ReactNativeOktaSdkBridge.xcworkspace \
-scheme "ReactNativeOktaSdkBridge" \
-destination "platform=iOS Simulator,OS=latest,name=iPhone 16" \
-destination "platform=iOS Simulator,OS=17.4,name=iPhone 15" \
clean test | xcpretty
# iOSUITests:
# runs-on: macos-12
Expand Down
6 changes: 3 additions & 3 deletions e2e/android/forceVersions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ def forceVersions(ConfigurationContainer configurations) {
force 'junit:junit:4.13.2'
force 'commons-io:commons-io:2.15.1'
force 'commons-codec:commons-codec:1.17.0'
force 'io.netty:netty-handler:4.1.118.Final'
force 'io.netty:netty-codec-http:4.1.118.Final'
force 'io.netty:netty-codec-http2:4.1.118.Final'
force 'io.netty:netty-handler:4.1.124.Final'
force 'io.netty:netty-codec-http:4.1.124.Final'
force 'io.netty:netty-codec-http2:4.1.124.Final'
force 'com.google.protobuf:protobuf-java:3.25.6'
}
}
Expand Down
Loading