Skip to content

Commit 9d39558

Browse files
authored
chore: update the macos version in github actions (#461)
1 parent c8fa3e6 commit 9d39558

File tree

2 files changed

+7
-20
lines changed

2 files changed

+7
-20
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77

88
jobs:
99
unittests:
10-
runs-on: macos-10.15
10+
runs-on: macos-11
1111
strategy:
1212
fail-fast: false
1313
matrix:

DemoSwiftApp/DemoSwiftApp.xcodeproj/xcshareddata/xcschemes/DemoSwiftwatchOS.xcscheme

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -54,46 +54,33 @@
5454
debugDocumentVersioning = "YES"
5555
debugServiceExtension = "internal"
5656
allowLocationSimulation = "YES">
57-
<RemoteRunnable
58-
runnableDebuggingMode = "2"
59-
BundleIdentifier = "com.apple.Carousel"
60-
RemotePath = "/DemoSwiftwatchOS WatchKit App">
57+
<BuildableProductRunnable
58+
runnableDebuggingMode = "0">
6159
<BuildableReference
6260
BuildableIdentifier = "primary"
6361
BlueprintIdentifier = "75C71C4D25E45A960084187E"
6462
BuildableName = "DemoSwiftwatchOS WatchKit App.app"
6563
BlueprintName = "DemoSwiftwatchOS WatchKit App"
6664
ReferencedContainer = "container:DemoSwiftApp.xcodeproj">
6765
</BuildableReference>
68-
</RemoteRunnable>
66+
</BuildableProductRunnable>
6967
</LaunchAction>
7068
<ProfileAction
7169
buildConfiguration = "Release"
7270
shouldUseLaunchSchemeArgsEnv = "YES"
7371
savedToolIdentifier = ""
7472
useCustomWorkingDirectory = "NO"
7573
debugDocumentVersioning = "YES">
76-
<RemoteRunnable
77-
runnableDebuggingMode = "2"
78-
BundleIdentifier = "com.apple.Carousel"
79-
RemotePath = "/DemoSwiftwatchOS WatchKit App">
74+
<BuildableProductRunnable
75+
runnableDebuggingMode = "0">
8076
<BuildableReference
8177
BuildableIdentifier = "primary"
8278
BlueprintIdentifier = "75C71C4D25E45A960084187E"
8379
BuildableName = "DemoSwiftwatchOS WatchKit App.app"
8480
BlueprintName = "DemoSwiftwatchOS WatchKit App"
8581
ReferencedContainer = "container:DemoSwiftApp.xcodeproj">
8682
</BuildableReference>
87-
</RemoteRunnable>
88-
<MacroExpansion>
89-
<BuildableReference
90-
BuildableIdentifier = "primary"
91-
BlueprintIdentifier = "75C71C4D25E45A960084187E"
92-
BuildableName = "DemoSwiftwatchOS WatchKit App.app"
93-
BlueprintName = "DemoSwiftwatchOS WatchKit App"
94-
ReferencedContainer = "container:DemoSwiftApp.xcodeproj">
95-
</BuildableReference>
96-
</MacroExpansion>
83+
</BuildableProductRunnable>
9784
</ProfileAction>
9885
<AnalyzeAction
9986
buildConfiguration = "Debug">

0 commit comments

Comments
 (0)