Update swift.yml

This commit is contained in:
Alexandr Goncharov 2020-10-19 19:38:44 +03:00 committed by GitHub
parent bc33f7eeb5
commit d849d953e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,13 +23,13 @@ jobs:
Xcode:
strategy:
matrix:
xcode_version: ['11.4']
xcode_version: ['12']
runs-on: macos-latest
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode_version }}.app
steps:
# - run: ls /Applications | grep Xcode
- uses: actions/checkout@v2
- run: swift -version
- run: ls /Applications | grep Xcode
- run: swift package clean
- run: swift test -v --enable-code-coverage