From c4ebde95f6b064d93df0b2c1fa119ac829401fc1 Mon Sep 17 00:00:00 2001 From: SFENCE Date: Mon, 8 Sep 2025 22:44:03 +0200 Subject: [PATCH] Try newer Xcode and iPhone version. --- .github/workflows/ios.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 5a8f09e0ac..9746435e69 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -31,8 +31,8 @@ jobs: build-ios: strategy: matrix: - osver: [18.2] - xcodever: [16.2] + osver: [18.4] + xcodever: [16.5] runs-on: macos-15 steps: - uses: actions/checkout@v4