Skip to content

Commit

Permalink
feat(ci): use xcode 15.2; (#2582)
Browse files Browse the repository at this point in the history
## Summary
Update xcode to 15.2 that will be used to build the app in the github
actions. For fixes done in Xcode 15.2 see the [release
notes](https://developer.apple.com/documentation/xcode-release-notes/xcode-15_2-release-notes);

## Screenshots
NA

## Link to pull request in Documentation repository
NA

## Any other notes
NA
  • Loading branch information
mat1th authored Feb 16, 2024
1 parent 4cc467a commit f7dfc4c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- master

env:
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.2.0.app/Contents/Developer
FASTLANE_SKIP_UPDATE_CHECK: true
FASTLANE_XCODE_LIST_TIMEOUT: 80
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 80
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
--lint --config .swiftformat .
test:
runs-on: macos-13
runs-on: macos-14
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:

size:
if: ${{ github.event_name == 'pull_request' }}
runs-on: macos-13
runs-on: macos-14
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- master

env:
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.2.0.app/Contents/Developer
FASTLANE_SKIP_UPDATE_CHECK: true
FASTLANE_XCODE_LIST_TIMEOUT: 60
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 60
Expand All @@ -16,7 +16,7 @@ env:

jobs:
build:
runs-on: macos-13
runs-on: macos-14
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/download_localized_strings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
update_strings:
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit f7dfc4c

Please sign in to comment.