From 569fa415c0e79433cec03d57093623f24a063aca Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Tue, 10 Mar 2026 10:13:11 -0300 Subject: [PATCH] fix: use Xcode 16 instead of 26 --- .github/workflows/continuous_integration.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 532a9d6..709a326 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -25,7 +25,7 @@ jobs: run: brew link --overwrite swiftlint || brew install swiftlint - name: Set up XCode - run: sudo xcode-select --switch /Applications/Xcode_26.1.1.app/Contents/Developer + run: sudo xcode-select --switch /Applications/Xcode_16.4.app/Contents/Developer - name: Bundle Install run: bundle install diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce9a62e..2452e58 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: {} env: - XCODE_VERSION: 26.2 + XCODE_VERSION: 16.4 NODE_VERSION: '24' permissions: