Skip to content

Commit

Permalink
GitHub Actions: Bump Xcode version from 15.0.1 to 15.1 (#802)
Browse files Browse the repository at this point in the history
* Bump Xcode version from 15.0.1 to 15.1

* Update .github/actions/setup-ios/action.yml
  • Loading branch information
ivan-magda authored Dec 22, 2023
1 parent 359f30a commit 13400bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-ios/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
- name: Setup Xcode version
uses: maxim-lobanov/[email protected]
with:
xcode-version: '15.0.1'
xcode-version: '15.1'

- name: Homebrew install git-crypt
run: brew install git-crypt
Expand Down
1 change: 1 addition & 0 deletions .github/filters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ shared:
- 'shared/**'
ios:
- 'iosHyperskillApp/**'
- '.github/actions/setup-ios/action.yml'
analytic:
- 'shared/**/analytic/**'
- '.github/workflows/gh_pages_analytics.yml'

0 comments on commit 13400bd

Please sign in to comment.