Skip to content

Commit 6e7c2db

Browse files
authored
fix: ios unit tests (CI) (#757)
## 📜 Description Fixed failing iOS unit tests. ## 💡 Motivation and Context Seems like moving to latest runner fixes the problem. ## 📢 Changelog ### CI - change macos runner t 15 for iOS unit tests; ## 🤔 How Has This Been Tested? Tested in this PR. ## 📸 Screenshots (if appropriate): <img width="851" alt="image" src="https://github.com/user-attachments/assets/4c194727-8fbf-407c-9da7-0f202d5fc70f" /> ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed
1 parent 3410d6d commit 6e7c2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-ios.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: yarn lint-clang
5757
unit-tests:
5858
name: 📖 Unit tests
59-
runs-on: macOS-14
59+
runs-on: macOS-15
6060
defaults:
6161
run:
6262
working-directory: ./ios/KeyboardControllerNative

0 commit comments

Comments
 (0)