From ddaa51c3f6fd889c36caef472c945fcf33125b75 Mon Sep 17 00:00:00 2001 From: Corey Date: Sun, 24 Sep 2023 12:22:33 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 152d98c78..5e96639b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,7 @@ on: env: CI_XCODE_OLDEST: '/Applications/Xcode_13.3.1.app/Contents/Developer' + CI_XCODE_14: '/Applications/Xcode_14.3.1.app/Contents/Developer' CI_XCODE_LATEST: '/Applications/Xcode_15.0.app/Contents/Developer' concurrency: @@ -173,4 +174,4 @@ jobs: - name: CocoaPods run: pod lib lint --allow-warnings env: - DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }} + DEVELOPER_DIR: ${{ env.CI_XCODE_14 }}