Skip to content

Commit

Permalink
fix: ios unit tests (CI) (#757)
Browse files Browse the repository at this point in the history
## 📜 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
  • Loading branch information
kirillzyusko authored Jan 14, 2025
1 parent 3410d6d commit 6e7c2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: yarn lint-clang
unit-tests:
name: 📖 Unit tests
runs-on: macOS-14
runs-on: macOS-15
defaults:
run:
working-directory: ./ios/KeyboardControllerNative
Expand Down

0 comments on commit 6e7c2db

Please sign in to comment.