CI/MacOS: Switch to Xcode 15.4
Fixes crash on open in MacOS 11.
This commit is contained in:
parent
4c531d2372
commit
e444eb713a
|
@ -337,6 +337,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Use Xcode 15.4
|
||||||
|
run: sudo xcode-select -s /Applications/Xcode_15.4.app
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue