From fc5b553736fca1471e53ec62f81f6bb6a16234b6 Mon Sep 17 00:00:00 2001 From: Corey Date: Thu, 28 Mar 2024 09:29:55 -0700 Subject: [PATCH] ci: Update Xcode to 15.3 --- .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 a91922aea..92fb294bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,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.2.app/Contents/Developer' + CI_XCODE_LATEST: '/Applications/Xcode_15.3.app/Contents/Developer' concurrency: group: ${{ github.workflow }}-${{ github.ref }}