ci: do not select Xcode 13.2.1

it is not available in macOS 13 runner

Xref: https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#xcode

Xref: https://github.com/transmission/transmission/pull/6883
This commit is contained in:
Charles Kerr 2024-10-13 19:51:47 -05:00
parent f0087d83da
commit 5854b0ea90
1 changed files with 0 additions and 3 deletions

View File

@ -408,9 +408,6 @@ jobs:
with:
path: src
submodules: recursive
- name: Set Xcode to 13.2.1
run: |
sudo xcode-select --switch /Applications/Xcode_13.2.1.app
- name: Configure
run: |
cmake \