From 573ed8fd8d3ef7019f7267503af3a5b78aa05493 Mon Sep 17 00:00:00 2001 From: CMK Date: Thu, 27 Jan 2022 21:50:02 +0800 Subject: [PATCH] fix: update the Xcode version to fix the CI failure --- .github/workflows/main.yml | 4 ++-- .../Scene/HashtagTimeline/HashtagTimelineViewController.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b2979d002..a2f99d23e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/Mastodon/Scene/HashtagTimeline/HashtagTimelineViewController.swift b/Mastodon/Scene/HashtagTimeline/HashtagTimelineViewController.swift index 73fc96786..b3a8ca040 100644 --- a/Mastodon/Scene/HashtagTimeline/HashtagTimelineViewController.swift +++ b/Mastodon/Scene/HashtagTimeline/HashtagTimelineViewController.swift @@ -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)