We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31eb46a + d388043 commit 8554df5Copy full SHA for 8554df5
.github/workflows/github-actions-ci.yml
@@ -3,6 +3,8 @@ on: [push, pull_request]
3
4
jobs:
5
CI:
6
+ # ℹ️ Available GitHub Actions Runner Images
7
+ # https://github.com/actions/runner-images
8
runs-on: macos-latest
9
10
steps:
@@ -12,6 +14,9 @@ jobs:
12
14
- run: bundle install
13
15
- run: pod install --repo-update
16
17
+ - name: Set Xcode Version 14.2.0 (iOS 16.2)
18
+ run: sudo xcode-select -s /Applications/Xcode_14.2.0.app
19
+
20
- name: fastlane
21
run: set -o pipefail && bundle exec fastlane travis
22
0 commit comments