From 4314a96106a8efabefa9c5c8ea877e4fdb86aead Mon Sep 17 00:00:00 2001 From: Yonas Kolb Date: Sun, 6 Oct 2019 22:45:08 +1100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22d458df..de1897cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,17 +4,14 @@ on: pull_request: {} jobs: run: - runs-on: macos-latest + runs-on: macOS-latest name: Xcode ${{ matrix.xcode }} strategy: matrix: - xcode: [ - "10.3", - "11", - ] + xcode: ["10.3", "11"] steps: - uses: actions/checkout@master - - name: Xcode version + - name: Set Xcode run: | echo "Available Xcode versions:" ls /Applications | grep Xcode @@ -35,4 +32,3 @@ jobs: run: scripts/diff-fixtures.sh - name: Build fixtures run: scripts/build-fixtures.sh -