fix: update the Xcode version to fix the CI failure

This commit is contained in:
CMK 2022-01-27 21:50:02 +08:00
parent b76b3a2750
commit 573ed8fd8d
2 changed files with 3 additions and 3 deletions

View File

@ -19,8 +19,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
- name: force Xcode 13.1
run: sudo xcode-select -switch /Applications/Xcode_13.1.app
- name: force Xcode 13.2.1
run: sudo xcode-select -switch /Applications/Xcode_13.2.1.app
- name: setup
run: exec ./.github/scripts/setup.sh
- name: build

View File

@ -204,7 +204,7 @@ extension HashtagTimelineViewController: UITableViewDelegate, AutoGenerateTableV
func tableView(_ tableView: UITableView, willPerformPreviewActionForMenuWith configuration: UIContextMenuConfiguration, animator: UIContextMenuInteractionCommitAnimating) {
aspectTableView(tableView, willPerformPreviewActionForMenuWith: configuration, animator: animator)
}
// sourcery:endz
// sourcery:end
// func tableView(_ tableView: UITableView, estimatedHeightForRowAt indexPath: IndexPath) -> CGFloat {
// return aspectTableView(tableView, estimatedHeightForRowAt: indexPath)