-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] Update Xcode version #678
Changes from all commits
a0ca11f
866c654
6645d74
7b50d9e
87b3619
3ce09c0
cfecb0e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ concurrency: | |
|
||
env: | ||
HOMEBREW_NO_INSTALL_CLEANUP: 1 # Disable cleanup for homebrew, we don't need it on CI | ||
IOS_SIMULATOR_DEVICE: "iPhone 15 Pro (17.4)" | ||
IOS_SIMULATOR_DEVICE: "iPhone 16 Pro (18.1)" | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
GITHUB_PR_NUM: ${{ github.event.pull_request.number }} | ||
|
||
|
@@ -93,7 +93,7 @@ jobs: | |
|
||
test-ui-debug: | ||
name: Test SwiftUI (Debug) | ||
runs-on: macos-14 | ||
runs-on: macos-15 | ||
needs: build-test-app-and-frameworks | ||
steps: | ||
- uses: actions/[email protected] | ||
|
@@ -107,7 +107,7 @@ jobs: | |
- uses: ./.github/actions/python-cache | ||
- name: Run UI Tests (Debug) | ||
run: bundle exec fastlane test_ui device:"${{ env.IOS_SIMULATOR_DEVICE }}" skip_build:true record:${{ github.event.inputs.snapshots }} | ||
timeout-minutes: 60 | ||
timeout-minutes: 120 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.CI_BOT_GITHUB_TOKEN }} # to open a PR | ||
- name: Run Sonar analysis | ||
|
@@ -164,7 +164,7 @@ jobs: | |
|
||
test-e2e-debug: | ||
name: Test E2E UI (Debug) | ||
runs-on: macos-14 | ||
runs-on: macos-15 | ||
if: ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }} | ||
needs: | ||
- allure_testops_launch | ||
|
@@ -191,8 +191,6 @@ jobs: | |
run: bundle exec fastlane test_e2e_mock device:"${{ env.IOS_SIMULATOR_DEVICE }}" batch:'${{ matrix.batch }}' test_without_building:true | ||
timeout-minutes: 100 | ||
env: | ||
XCODE_VERSION: "15.2" # the most stable pair of Xcode | ||
IOS_SIMULATOR_DEVICE: "iPhone 15 Pro (17.2)" # and iOS | ||
MATRIX_SIZE: ${{ strategy.job-total }} | ||
- name: Allure TestOps Upload | ||
if: env.LAUNCH_ID != '' && (success() || failure()) | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,6 +91,7 @@ buildcache | |
App Thinning Size Report.txt | ||
app-thinning.plist | ||
*.dmg | ||
yeetd-normal.pkg | ||
|
||
# VSCode | ||
.vscode | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Looks slightly different |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Looks slightly different |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Looks slightly different |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks slightly different