Skip to content

Commit

Permalink
fix(ci): use Xcode 16 for unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannisj committed Dec 23, 2024
1 parent ac651e4 commit 8c18241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: '16'
- name: Test SDK
run: make test

0 comments on commit 8c18241

Please sign in to comment.