We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094188a commit d38fd14Copy full SHA for d38fd14
1 file changed
.github/workflows/ci.yml
@@ -10,16 +10,13 @@ on:
10
11
jobs:
12
library:
13
- runs-on: macos-latest
+ runs-on: macos-11
14
environment: default
15
strategy:
16
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
+ platform: [macOS]
+ xcode: [12.4, 12.5.1, 13.2]
+ # Swift: 5.3, 5.4.2, 5.5.2
23
steps:
24
- uses: actions/checkout@v2
25
- name: Select Xcode ${{ matrix.xcode }}
0 commit comments