Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ddddxxx committed Dec 9, 2020
1 parent 04d6dab commit 6843af9
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
mac:
strategy:
matrix:
xcode_version: ['11', '11.5']
xcode_version: ['11.4', '11.5', '12']
runs-on: macOS-latest
timeout-minutes: 10
env:
Expand All @@ -32,13 +32,12 @@ jobs:
swift -version
swift package --version
- name: Build and Test
# FIXME: suppress warning for Nimble
run: swift test -Xswiftc -suppress-warnings
run: swift test

linux:
strategy:
matrix:
swift_version: ['5.1', '5.2', 'latest']
swift_version: ['5.2', '5.3']
runs-on: ubuntu-latest
timeout-minutes: 10
container:
Expand All @@ -49,9 +48,8 @@ jobs:
run: |
swift -version
swift package --version
# FIXME: suppress warning for Nimble
- name: Build and Test
run: swift test -Xswiftc -suppress-warnings
run: swift test

combine:
runs-on: macOS-latest
Expand All @@ -67,5 +65,4 @@ jobs:
swift -version
swift package --version
- name: Build and Test
# FIXME: suppress warning for Nimble
run: swift test -Xswiftc -suppress-warnings
run: swift test

0 comments on commit 6843af9

Please sign in to comment.