Skip to content

Commit b34fd68

Browse files
authored
Update checks.yml
1 parent 0c7e7fa commit b34fd68

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/checks.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Checks
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
77
branches: '*'
88

@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
unit-tests:
14-
runs-on: macos-12
14+
runs-on: self-hosted
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v3
@@ -26,7 +26,7 @@ jobs:
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
@@ -56,7 +56,7 @@ jobs:
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
@@ -75,7 +75,7 @@ jobs:
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
@@ -93,7 +93,7 @@ jobs:
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

0 commit comments

Comments
 (0)