fix: update the Xcode version to fix the CI failure
This commit is contained in:
parent
b76b3a2750
commit
573ed8fd8d
|
@ -19,8 +19,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: force Xcode 13.1
|
- name: force Xcode 13.2.1
|
||||||
run: sudo xcode-select -switch /Applications/Xcode_13.1.app
|
run: sudo xcode-select -switch /Applications/Xcode_13.2.1.app
|
||||||
- name: setup
|
- name: setup
|
||||||
run: exec ./.github/scripts/setup.sh
|
run: exec ./.github/scripts/setup.sh
|
||||||
- name: build
|
- name: build
|
||||||
|
|
|
@ -204,7 +204,7 @@ extension HashtagTimelineViewController: UITableViewDelegate, AutoGenerateTableV
|
||||||
func tableView(_ tableView: UITableView, willPerformPreviewActionForMenuWith configuration: UIContextMenuConfiguration, animator: UIContextMenuInteractionCommitAnimating) {
|
func tableView(_ tableView: UITableView, willPerformPreviewActionForMenuWith configuration: UIContextMenuConfiguration, animator: UIContextMenuInteractionCommitAnimating) {
|
||||||
aspectTableView(tableView, willPerformPreviewActionForMenuWith: configuration, animator: animator)
|
aspectTableView(tableView, willPerformPreviewActionForMenuWith: configuration, animator: animator)
|
||||||
}
|
}
|
||||||
// sourcery:endz
|
// sourcery:end
|
||||||
|
|
||||||
// func tableView(_ tableView: UITableView, estimatedHeightForRowAt indexPath: IndexPath) -> CGFloat {
|
// func tableView(_ tableView: UITableView, estimatedHeightForRowAt indexPath: IndexPath) -> CGFloat {
|
||||||
// return aspectTableView(tableView, estimatedHeightForRowAt: indexPath)
|
// return aspectTableView(tableView, estimatedHeightForRowAt: indexPath)
|
||||||
|
|
Loading…
Reference in New Issue