File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Checks
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [ main ]
66 pull_request :
77 branches : ' *'
88
1111
1212jobs :
1313 unit-tests :
14- runs-on : macos-12
14+ runs-on : self-hosted
1515 steps :
1616 - name : Checkout
1717 uses : actions/checkout@v3
2626 run : swift test -v
2727
2828 test-iOS-ResourceApp :
29- runs-on : macos-12
29+ runs-on : self-hosted
3030 needs : build-rswift
3131 steps :
3232 - name : Checkout
5656 run : xcodebuild -workspace Examples/ResourceApp/ResourceApp.xcworkspace -scheme ResourceApp -destination 'platform=iOS Simulator,name=iPhone 14,OS=16.0' test
5757
5858 test-iOS-StaticFrameworks :
59- runs-on : macos-12
59+ runs-on : self-hosted
6060 needs : build-rswift
6161 steps :
6262 - name : Checkout
7575 run : xcodebuild -project Examples/RswiftAppWithStaticFrameworks/RswiftAppWithStaticFrameworks.xcodeproj -scheme App -destination 'platform=iOS Simulator,name=iPhone 14,OS=16.0' test
7676
7777 test-iOS-LocalizedStringApp :
78- runs-on : macos-12
78+ runs-on : self-hosted
7979 needs : build-rswift
8080 steps :
8181 - name : Checkout
9393 run : xcodebuild -project Examples/LocalizedStringApp/LocalizedStringApp.xcodeproj -scheme LocalizedStringApp -destination 'platform=iOS Simulator,name=iPhone 14,OS=16.0' test
9494
9595 test-tvOS :
96- runs-on : macos-12
96+ runs-on : self-hosted
9797 needs : build-rswift
9898 steps :
9999 - name : Checkout
@@ -112,7 +112,7 @@ jobs:
112112 run : xcodebuild -project Examples/RtvApp/RtvApp.xcodeproj -scheme ResourceApp-tvOS -destination 'platform=tvOS Simulator,name=Apple TV,OS=16.0' test
113113
114114 build-rswift :
115- runs-on : macos-12
115+ runs-on : self-hosted
116116 steps :
117117 - name : Checkout
118118 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments