From 28aeed2f86a79fea3f5796717c1dcbcabe909630 Mon Sep 17 00:00:00 2001 From: Alexandr Goncharov Date: Mon, 19 Oct 2020 19:29:44 +0300 Subject: [PATCH] Update swift.yml --- .github/workflows/swift.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index a4911cf..6021fc3 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -13,15 +13,17 @@ jobs: SwiftLint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: GitHub Action for SwiftLint with --strict uses: norio-nomura/action-swiftlint@3.1.0 with: args: --strict + + Xcode: strategy: matrix: - xcode_version: ['12.0'] + xcode_version: ['12.0.1'] runs-on: macos-latest env: DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode_version }}.app