diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 581f97c36..7a69ee561 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 \ No newline at end of file