CI/MacOS: Switch to Xcode 15.4

Fixes crash on open in MacOS 11.
scripting
Stenzek
parent 4c531d2372
commit e444eb713a
No known key found for this signature in database

@ -337,6 +337,9 @@ jobs:
with:
fetch-depth: 0
- name: Use Xcode 15.4
run: sudo xcode-select -s /Applications/Xcode_15.4.app
- name: Install packages
shell: bash
run: |

Loading…
Cancel
Save