Skip to content

Commit

Permalink
Update GitHub Actions workflow to use Xcode 16.1 for improved compati…
Browse files Browse the repository at this point in the history
…bility and performance
  • Loading branch information
ygsgdbd committed Dec 6, 2024
1 parent f378883 commit cee4a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.2'
xcode-version: '16.1'

- name: Setup Swift
uses: swift-actions/setup-swift@v1
Expand Down

0 comments on commit cee4a1d

Please sign in to comment.