diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cae0882d..be6ec7d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: branches: [ main ] env: - CI_XCODE: '/Applications/Xcode_16.1.app/Contents/Developer' + CI_XCODE: '/Applications/Xcode_16.2.app/Contents/Developer' concurrency: group: ${{ github.workflow }}-${{ github.ref }}