Skip to content

Commit 6023ffa

Browse files
authored
Fix CI (#19)
* Fix CI * CI
1 parent 400bd7f commit 6023ffa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,16 @@ jobs:
2525
2626
test-ios:
2727
needs: test-rn
28-
runs-on: macos-latest
28+
runs-on: macos-11
2929
defaults:
3030
run:
3131
working-directory: example
3232

3333
steps:
34+
- uses: maxim-lobanov/setup-xcode@v1
35+
with:
36+
xcode-version: '13.0'
37+
3438
- name: Checkout
3539
uses: actions/checkout@v2
3640

0 commit comments

Comments
 (0)