mirror of
https://github.com/transmission/transmission
synced 2025-01-03 05:25:52 +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:
|
with:
|
||||||
path: src
|
path: src
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Set Xcode to 13.2.1
|
|
||||||
run: |
|
|
||||||
sudo xcode-select --switch /Applications/Xcode_13.2.1.app
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: |
|
run: |
|
||||||
cmake \
|
cmake \
|
||||||
|
|
Loading…
Reference in a new issue