Skip to content

Commit d38fd14

Browse files
committed
Fix github action config
1 parent 094188a commit d38fd14

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,13 @@ on:
1010

1111
jobs:
1212
library:
13-
runs-on: macos-latest
13+
runs-on: macos-11
1414
environment: default
1515
strategy:
1616
matrix:
17-
platform: [macOS, iOS, tvOS]
18-
xcode:
19-
- '12.4' # Swift 5.3
20-
- '12.5.1' # Swift 5.4.2
21-
- '13.2' # Swift 5.5.2
22-
- '13.3' # Swift 5.6
17+
platform: [macOS]
18+
xcode: [12.4, 12.5.1, 13.2]
19+
# Swift: 5.3, 5.4.2, 5.5.2
2320
steps:
2421
- uses: actions/checkout@v2
2522
- name: Select Xcode ${{ matrix.xcode }}

0 commit comments

Comments
 (0)