From c97d048933c8f2bf44d80cc0be4be601c2821b7e Mon Sep 17 00:00:00 2001 From: yonaskolb Date: Wed, 14 Aug 2019 11:58:03 +1000 Subject: [PATCH] try to use xcode 11 beta --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4152f1ad..897666ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,10 @@ on: [push, pull_request] jobs: test: runs-on: macos-latest + name: Test ${{ matrix.xcode }} + strategy: + matrix: + xcode: [Xcode_10.3, Xcode_11_beta] steps: - uses: actions/checkout@master - name: Info @@ -10,7 +14,6 @@ jobs: swift --version swift package --version xcode-select -p - ls /Applications - name: Resolve run: swift package resolve - name: Build