Skip to content

Commit

Permalink
Update Xcode version in GitHub Actions workflow from 15.2 to 16.1
Browse files Browse the repository at this point in the history
- Changed the Xcode version in the release workflow to ensure compatibility with the latest features and improvements.
- This update is part of ongoing enhancements to the CI/CD pipeline for better build reliability.
  • Loading branch information
ygsgdbd committed Dec 22, 2024
1 parent 1560c2f commit ff92c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.2'
xcode-version: '16.1'

- name: Install Tuist
run: |
Expand Down

0 comments on commit ff92c08

Please sign in to comment.