From d51c65a1854e3238ca0f2e909eb99008a45304c4 Mon Sep 17 00:00:00 2001 From: past-due <30942300+past-due@users.noreply.github.com> Date: Thu, 21 Jan 2021 19:25:41 -0500 Subject: [PATCH] GitHub Actions: Update Xcode to 12.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 c3fadd1d..6f3dce99 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,7 +10,7 @@ on: env: # See: https://github.com/actions/virtual-environments/tree/main/images/macos - XCODE_DEV_PATH: /Applications/Xcode_12.2.app/Contents/Developer + XCODE_DEV_PATH: /Applications/Xcode_12.3.app/Contents/Developer # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: