Skip to content

Commit 5cc52ce

Browse files
authored
ci: parallelize macos runner tests on the same runner (#12)
* ci: parallelize macos runner tests on the same runner * wip: switch back to default ci branch
1 parent c1ce0e2 commit 5cc52ce

File tree

1 file changed

+2
-56
lines changed

1 file changed

+2
-56
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -68,67 +68,13 @@ jobs:
6868
cocoapods-test:
6969
name: CocoaPods
7070
uses: SwiftyLab/ci/.github/workflows/cocoapods.yml@main
71-
with:
72-
matrix: >
73-
{
74-
"include": [
75-
{
76-
"os": "macos-12",
77-
"xcode": "latest-stable",
78-
"platform": "macos"
79-
},
80-
{
81-
"os": "macos-12",
82-
"xcode": "latest-stable",
83-
"platform": "watchos"
84-
},
85-
{
86-
"os": "macos-12",
87-
"xcode": "latest-stable",
88-
"platform": "tvos"
89-
},
90-
{
91-
"os": "macos-12",
92-
"xcode": "latest-stable",
93-
"platform": "ios"
94-
}
95-
]
96-
}
9771

9872
xcode-test:
9973
name: Xcode
10074
uses: SwiftyLab/ci/.github/workflows/xcode.yml@main
10175
with:
102-
matrix: >
103-
{
104-
"include": [
105-
{
106-
"os": "macos-12",
107-
"xcode": "latest-stable",
108-
"platform": "macOS"
109-
},
110-
{
111-
"os": "macos-12",
112-
"xcode": "latest-stable",
113-
"platform": "watchOS"
114-
},
115-
{
116-
"os": "macos-12",
117-
"xcode": "latest-stable",
118-
"platform": "tvOS"
119-
},
120-
{
121-
"os": "macos-12",
122-
"xcode": "latest-stable",
123-
"platform": "iOS"
124-
},
125-
{
126-
"os": "macos-12",
127-
"xcode": "latest-stable",
128-
"platform": "mac-catalyst"
129-
}
130-
]
131-
}
76+
os: macos-12
77+
xcode: '13.3.1'
13278

13379
ci:
13480
name: CI

0 commit comments

Comments
 (0)