ci : fix ios-xcode-build (#15324)
* fix ios-xcode-build * use xcode-select with fixed version * switch to macos-15 to get xcode 16.4
This commit is contained in:
parent
7aeee88cfe
commit
d3248d9b65
2 changed files with 10 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -1113,6 +1113,11 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Xcode
|
||||
uses: maxim-lobanov/setup-xcode@v1
|
||||
with:
|
||||
xcode-version: latest-stable
|
||||
|
||||
- name: Build
|
||||
id: cmake_build
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue