Skip to content

Commit

Permalink
Use xcode 14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lucdion committed Jan 6, 2024
1 parent 7208da8 commit d388043
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/github-actions-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on: [push, pull_request]

jobs:
CI:
# ℹ️ Available GitHub Actions Runner Images
# https://github.com/actions/runner-images
runs-on: macos-latest

steps:
Expand All @@ -12,6 +14,9 @@ jobs:
- run: bundle install
- run: pod install --repo-update

- name: Set Xcode Version 14.2.0 (iOS 16.2)
run: sudo xcode-select -s /Applications/Xcode_14.2.0.app

- name: fastlane
run: set -o pipefail && bundle exec fastlane travis

Expand Down

0 comments on commit d388043

Please sign in to comment.