From 39ad8b731bf586786725968ca2316265146bca5a Mon Sep 17 00:00:00 2001 From: Marcin Iwanicki Date: Tue, 11 Feb 2025 22:35:05 +0000 Subject: [PATCH] Update Xcode to 16.2 (#141) Xcode 16.0 is no longer available in macos-14 image (https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md). Test Plan: Ensure all CI checks pass Signed-off-by: Marcin Iwanicki --- .github/workflows/xcdiff.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/xcdiff.yaml b/.github/workflows/xcdiff.yaml index ecc0826..a6d52bd 100644 --- a/.github/workflows/xcdiff.yaml +++ b/.github/workflows/xcdiff.yaml @@ -7,7 +7,7 @@ on: - main env: - DEVELOPER_DIR: "/Applications/Xcode_16.0.app/Contents/Developer" + DEVELOPER_DIR: "/Applications/Xcode_16.2.app/Contents/Developer" # Limit GITHUB_TOKEN permissions to read-only for repo contents # https://docs.github.com/en/actions/security-guides/automatic-token-authentication