Skip to content

Commit

Permalink
Update GHA version
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea committed Oct 25, 2024
1 parent 83003e2 commit 7ebbbf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test_ios_ut_4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- master
- development
- "*_baseline"

jobs:
build:
Expand All @@ -17,15 +18,15 @@ jobs:
- name: Select Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.1.0
xcode-version: 16.0.0

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Build iOS and Test 4
uses: sersoft-gmbh/xcodebuild-action@v1
uses: sersoft-gmbh/xcodebuild-action@v3
with:
action: build test
build-settings: ONLY_ACTIVE_ARCH=NO TEST_AFTER_BUILD=YES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class RetryableMySegmentsSyncWorker: BaseRetryableSyncWorker {
return true
}
} catch {
Logger.e("Error while fetching splits in method: \(error.localizedDescription)")
Logger.e("Error while fetching segments in method: \(error.localizedDescription)")
errorHandler?(error)
}
return false
Expand Down

0 comments on commit 7ebbbf0

Please sign in to comment.