Skip to content

Commit

Permalink
Select Xcode 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ry-itto committed Sep 24, 2022
1 parent 3d109aa commit bacea7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/iOSBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Select Xcode
run: sudo xcode-select -s '/Applications/Xcode_14.0.app'
- name: Validate Gradle Wrapper
uses: gradle/[email protected]
- name: Copy CI gradle.properties
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/iOSLint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Select Xcode
run: sudo xcode-select -s '/Applications/Xcode_14.0.app'
- name: Run swiftlint command plugin
working-directory: app-ios
run: |
Expand Down

0 comments on commit bacea7f

Please sign in to comment.