mirror of
https://github.com/awatertrevi/xamarin-neo4j.git
synced 2026-09-22 09:05:29 +00:00
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>
This commit is contained in:
4
.github/workflows/deploy-appstore.yml
vendored
4
.github/workflows/deploy-appstore.yml
vendored
@@ -11,7 +11,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
runs-on: macos-15
|
runs-on: macos-26
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Select Xcode
|
- name: Select Xcode
|
||||||
uses: maxim-lobanov/setup-xcode@v1
|
uses: maxim-lobanov/setup-xcode@v1
|
||||||
with:
|
with:
|
||||||
xcode-version: "26.2"
|
xcode-version: "26.5"
|
||||||
|
|
||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v4
|
uses: actions/setup-dotnet@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user