From 7abdd35113416cbf1b8baa60aa05fd5bdd1250ef Mon Sep 17 00:00:00 2001 From: Renaud Jenny Date: Tue, 16 Feb 2021 20:46:03 +0000 Subject: [PATCH] build(CI): update GitHub Action script to remove SwiftLint install * Also set the explicit version of Xcode 12 (12.4) --- .github/workflows/xcodetest.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/xcodetest.yml b/.github/workflows/xcodetest.yml index f133213..822f413 100644 --- a/.github/workflows/xcodetest.yml +++ b/.github/workflows/xcodetest.yml @@ -13,14 +13,11 @@ jobs: matrix: run-config: - { title: 'Xcode 11.7', xcodeVersion: '11.7' } - - { title: 'Xcode 12', xcodeVersion: '12' } + - { title: 'Xcode 12.4', xcodeVersion: '12.4' } steps: - uses: actions/checkout@v2 - - name: Install SwiftLint - run: brew install swiftlint - - name: Linter run: swiftlint