Skip to content

Commit

Permalink
Fix Xcode version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
samdeane committed Jan 24, 2025
1 parent 7fef9be commit a1526c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "16.0"
xcode-version: "16.2"
- name: Build
run: swift build --build-tests --quiet
- name: Run tests (Swift testing)
Expand Down

0 comments on commit a1526c5

Please sign in to comment.