From cc53929d2a7b90d317b9d5f9641d4ba7f16035cc Mon Sep 17 00:00:00 2001 From: Michael Rebello Date: Mon, 1 Dec 2025 15:33:54 -0800 Subject: [PATCH] update xcode Signed-off-by: Michael Rebello --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4df6d5..97b5991 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ env: # Sets the Xcode version to use for the CI. # Available versions: https://github.com/actions/runner-images/blob/main/images/macos/macos-26-arm64-Readme.md#xcode # Ref: https://www.jessesquires.com/blog/2020/01/06/selecting-an-xcode-version-on-github-ci/ - DEVELOPER_DIR: /Applications/Xcode_26.1.0.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_26.1.1.app/Contents/Developer permissions: contents: read jobs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3898c20..c6f701a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ env: # Sets the Xcode version to use for the CI. # Available versions: https://github.com/actions/runner-images/blob/main/images/macos/macos-26-arm64-Readme.md#xcode # Ref: https://www.jessesquires.com/blog/2020/01/06/selecting-an-xcode-version-on-github-ci/ - DEVELOPER_DIR: /Applications/Xcode_26.1.0.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_26.1.1.app/Contents/Developer permissions: contents: write jobs: