From 91595b544903bc05f7a314f671f251e514a81eb0 Mon Sep 17 00:00:00 2001 From: Matt Kiazyk Date: Thu, 21 Oct 2021 19:14:05 -0500 Subject: [PATCH] Bump ci to 12.5.1 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03e495a..3916122 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: + branches: - main pull_request: @@ -12,6 +12,6 @@ jobs: steps: - uses: actions/checkout@v2.3.5 - name: Run tests - env: - DEVELOPER_DIR: /Applications/Xcode_12.5.app + env: + DEVELOPER_DIR: /Applications/Xcode_12.5.1.app run: xcodebuild test -scheme Xcodes