From 3db60b65f53c8eb35ee95a1417689f46c831ea3b Mon Sep 17 00:00:00 2001 From: Matt Kiazyk Date: Wed, 18 Aug 2021 16:49:24 -0500 Subject: [PATCH] Updates developer dir on CI runs to xcode 12.5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a078ba..ea243bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,5 +13,5 @@ jobs: - uses: actions/checkout@v2.3.4 - name: Run tests env: - DEVELOPER_DIR: /Applications/Xcode_12.2.app + DEVELOPER_DIR: /Applications/Xcode_12.5.app run: xcodebuild test -scheme Xcodes