diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index ceb5c7c..3f6ca7a 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -19,7 +19,7 @@ jobs: run: brew link --overwrite swiftlint || brew install swiftlint - name: Set up XCode - run: sudo xcode-select --switch /Applications/Xcode_26.2.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: