fix: Use latest xcode version iOS build

This commit is contained in:
PartyDonut 2025-08-28 17:59:26 +02:00
parent 946ba3cc9e
commit be6189f2f5

View file

@ -230,6 +230,10 @@ jobs:
needs: [fetch-info]
steps:
- uses: maxim-lobanov/setup-xcode@v1.6.0
with:
xcode-version: latest-stable
- name: Checkout repository
uses: actions/checkout@v4.1.1