mirror of
https://github.com/transmission/transmission
synced 2024-12-21 23:32:35 +00:00
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:
parent
f0087d83da
commit
5854b0ea90
1 changed files with 0 additions and 3 deletions
3
.github/workflows/actions.yml
vendored
3
.github/workflows/actions.yml
vendored
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue