Skip to content

Commit 3537e5e

Browse files
committed
feat: test
1 parent 788afce commit 3537e5e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: brew link --overwrite swiftlint || brew install swiftlint
2626

2727
- name: Set up XCode
28-
run: sudo xcode-select --switch /Applications/Xcode_15.0.app
28+
run: sudo xcode-select --switch /Applications/Xcode_16.2.app
2929

3030
- name: Bundle Install
3131
run: bundle install
@@ -48,4 +48,4 @@ jobs:
4848
run: bundle exec fastlane sonarqube
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51-
SONAR_TOKEN: ${{ secrets.SONARCLOUD_KEY }}
51+
SONAR_TOKEN: ${{ secrets.SONARCLOUD_KEY }}

.github/workflows/prepare_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: brew link --overwrite swiftlint || brew install swiftlint
2626

2727
- name: Set up XCode
28-
run: sudo xcode-select --switch /Applications/Xcode_15.0.app
28+
run: sudo xcode-select --switch /Applications/Xcode_16.2.app
2929

3030
- name: Set up Ruby
3131
uses: ruby/setup-ruby@v1
@@ -78,4 +78,4 @@ jobs:
7878
/repos/${{ github.repository }}/issues/${{ env.PR_NUMBER }}/labels \
7979
-f "labels[]=release"
8080
env:
81-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ default_platform(:ios)
1818
platform :ios do
1919
desc "Lane to run the unit tests"
2020
lane :unit_tests do
21-
run_tests(device: "iPhone SE (3rd generation)", scheme: "OSInAppBrowserLib",
21+
run_tests(device: "iPhone 16", scheme: "OSInAppBrowserLib",
2222
slack_url: ENV['SLACK_WEBHOOK'])
2323
end
2424

0 commit comments

Comments
 (0)