From b6e654c6f22d61c3200576eb4cb726ae2169d91e Mon Sep 17 00:00:00 2001 From: Sam Lu Date: Tue, 19 Sep 2023 12:16:06 -0600 Subject: [PATCH] Update CI workflow to use Xcode 14.2 --- .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 3a4a580..eb4d569 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,5 +13,5 @@ jobs: - uses: actions/checkout@v3 - name: Run tests env: - DEVELOPER_DIR: /Applications/Xcode_13.2.1.app + DEVELOPER_DIR: /Applications/Xcode_14.2.app run: xcodebuild test -scheme Xcodes