Skip to content

Commit 33ea8f4

Browse files
fix(ci): usa runner macos-26 com Xcode 26 / iOS 26 SDK
A Apple requer iOS 26 SDK a partir de 28/04/2026. O runner macos-latest usava Xcode 16.4 (iOS 18.5 SDK). Agora usamos macos-26 que tem Xcode 26.2+ e iOS 26 SDK.
1 parent f3f3ea1 commit 33ea8f4

4 files changed

Lines changed: 9 additions & 17 deletions

File tree

.github/workflows/apple-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
1515
testflight:
1616
name: Build + Upload to TestFlight
17-
runs-on: macos-latest
17+
runs-on: macos-26
1818
timeout-minutes: 45
1919
steps:
2020
- uses: actions/checkout@v4

.github/workflows/apple-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
testflight:
2727
name: Build + Upload Production Build
2828
needs: guard
29-
runs-on: macos-latest
29+
runs-on: macos-26
3030
timeout-minutes: 45
3131
steps:
3232
- uses: actions/checkout@v4

apple/FastShared.xcodeproj/xcshareddata/xcschemes/FastSharedApp.xcscheme

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
33
LastUpgradeVersion = "1430"
4-
version = "1.7">
4+
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
7-
buildImplicitDependencies = "YES"
8-
runPostActionsOnFailure = "NO">
7+
buildImplicitDependencies = "YES">
98
<BuildActionEntries>
109
<BuildActionEntry
1110
buildForTesting = "YES"
@@ -16,7 +15,7 @@
1615
<BuildableReference
1716
BuildableIdentifier = "primary"
1817
BlueprintIdentifier = "0AD0DFFD72C43552480B2356"
19-
BuildableName = "FastSharedApp.app"
18+
BuildableName = "FastShared.app"
2019
BlueprintName = "FastSharedApp"
2120
ReferencedContainer = "container:FastShared.xcodeproj">
2221
</BuildableReference>
@@ -55,21 +54,18 @@
5554
buildConfiguration = "Debug"
5655
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5756
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
58-
shouldUseLaunchSchemeArgsEnv = "YES"
59-
onlyGenerateCoverageForSpecifiedTargets = "NO">
57+
shouldUseLaunchSchemeArgsEnv = "YES">
6058
<MacroExpansion>
6159
<BuildableReference
6260
BuildableIdentifier = "primary"
6361
BlueprintIdentifier = "0AD0DFFD72C43552480B2356"
64-
BuildableName = "FastSharedApp.app"
62+
BuildableName = "FastShared.app"
6563
BlueprintName = "FastSharedApp"
6664
ReferencedContainer = "container:FastShared.xcodeproj">
6765
</BuildableReference>
6866
</MacroExpansion>
6967
<Testables>
7068
</Testables>
71-
<CommandLineArguments>
72-
</CommandLineArguments>
7369
</TestAction>
7470
<LaunchAction
7571
buildConfiguration = "Debug"
@@ -86,13 +82,11 @@
8682
<BuildableReference
8783
BuildableIdentifier = "primary"
8884
BlueprintIdentifier = "0AD0DFFD72C43552480B2356"
89-
BuildableName = "FastSharedApp.app"
85+
BuildableName = "FastShared.app"
9086
BlueprintName = "FastSharedApp"
9187
ReferencedContainer = "container:FastShared.xcodeproj">
9288
</BuildableReference>
9389
</BuildableProductRunnable>
94-
<CommandLineArguments>
95-
</CommandLineArguments>
9690
<StoreKitConfigurationFileReference
9791
identifier = "../../FastSharedApp/FastShared.storekit">
9892
</StoreKitConfigurationFileReference>
@@ -108,13 +102,11 @@
108102
<BuildableReference
109103
BuildableIdentifier = "primary"
110104
BlueprintIdentifier = "0AD0DFFD72C43552480B2356"
111-
BuildableName = "FastSharedApp.app"
105+
BuildableName = "FastShared.app"
112106
BlueprintName = "FastSharedApp"
113107
ReferencedContainer = "container:FastShared.xcodeproj">
114108
</BuildableReference>
115109
</BuildableProductRunnable>
116-
<CommandLineArguments>
117-
</CommandLineArguments>
118110
</ProfileAction>
119111
<AnalyzeAction
120112
buildConfiguration = "Debug">

0 commit comments

Comments
 (0)