Skip to content

Commit 8554df5

Browse files
committed
Merge branch 'master' into examples_refactor
2 parents 31eb46a + d388043 commit 8554df5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/github-actions-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on: [push, pull_request]
33

44
jobs:
55
CI:
6+
# ℹ️ Available GitHub Actions Runner Images
7+
# https://github.com/actions/runner-images
68
runs-on: macos-latest
79

810
steps:
@@ -12,6 +14,9 @@ jobs:
1214
- run: bundle install
1315
- run: pod install --repo-update
1416

17+
- name: Set Xcode Version 14.2.0 (iOS 16.2)
18+
run: sudo xcode-select -s /Applications/Xcode_14.2.0.app
19+
1520
- name: fastlane
1621
run: set -o pipefail && bundle exec fastlane travis
1722

0 commit comments

Comments
 (0)