From 6843af94bfaedfe90df1435c1a6c83cc3366a62b Mon Sep 17 00:00:00 2001 From: Xander Deng Date: Wed, 9 Dec 2020 09:39:51 +0800 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0018eac..90654f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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: @@ -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 @@ -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