2 Commits

Author SHA1 Message Date
Trevi Awater
1711d22287 Fix App Store deploy: use macos-26 runner with Xcode 26.5
The unpinned maui-ios workload now installs the iOS 26.5 SDK manifest,
which requires the iOS 26.4+ SDK. The macos-15 image tops out at
Xcode 26.3, so move to macos-26 and select Xcode 26.5 to match.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-21 13:34:27 +02:00
Trevi Awater
1c319e6619 Merge pull request #2 from resoftware/obfuscate-dex-with-r8
Obfuscate the Android DEX with R8
2026-09-17 23:07:33 +02:00

View File

@@ -11,7 +11,7 @@ on:
jobs:
build-and-deploy:
runs-on: macos-15
runs-on: macos-26
timeout-minutes: 45
steps:
@@ -21,7 +21,7 @@ jobs:
- name: Select Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "26.2"
xcode-version: "26.5"
- name: Setup .NET
uses: actions/setup-dotnet@v4