Skip to content

Commit f7a8f2a

Browse files
authored
Merge pull request #1235 from mxcl/ci/mxcl/xcodebuild/swift
[ci] use Swift rather than Xcode versions
2 parents 743324c + 1785e91 commit f7a8f2a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
- tvOS
5353
- iOS
5454
- watchOS
55-
xcode:
56-
- ~12.4
57-
- ^12.5
55+
swift:
56+
- 5.3
57+
- 5.4
5858
steps:
5959
- uses: actions/checkout@v2
6060
- run: |
@@ -64,9 +64,9 @@ jobs:
6464
if: ${{ matrix.platform == 'macOS' }}
6565
- uses: mxcl/xcodebuild@v1
6666
with:
67-
xcode: ${{ matrix.xcode }}
67+
swift: ${{ matrix.swift }}
6868
platform: ${{ matrix.platform }}
6969
code-coverage: true
7070
warnings-as-errors: true
71-
continue-on-error: ${{ matrix.xcode == '^12.5' }}
71+
continue-on-error: ${{ matrix.swift == '5.4' }}
7272
- uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)